NAME
RtdMedia
DESCRIPTION
Represents a Ndef Record that stores an arbitrary MIME Media
SYNOPSIS
RtdMedia media = new RtdMedia(string MimeType) RtdMedia media = new RtdMedia(string MimeType, string TextContent) RtdMedia media = new RtdMedia(string MimeType, byte[] RawContent)
DERIVED FROM
Rtd
DERIVED BY
RtdVCard
SYNOPSIS
public byte[] RawContent
DESCRIPTION
Returns the payload of the RtdMedia object, as a byte array
SYNOPSIS
public string TextContent
DESCRIPTION
Returns the payload of the RtdMedia object, as an ASCII string