The members of Android.Nfc.NdefRecord are listed below.
See Also: Inherited members from Java.Lang.Object
NdefRecord(byte[]) | Construct an NDEF Record from raw bytes. | |
Construct an NDEF Record from its component fields. |
const | TnfAbsoluteUri | short (3). Indicates the type field contains an absolute-URI BNF construct defined by RFC 3986. |
const | TnfEmpty | short (0). Indicates the record is empty. |
const | TnfExternalType | short (4). Indicates the type field contains an external type name. |
const | TnfMimeMedia | short (2). Indicates the type field contains a media-type BNF construct, defined by RFC 2046. |
const | TnfUnchanged | short (6). Indicates the payload is an intermediate or final chunk of a chunked NDEF Record. |
const | TnfUnknown | short (5). Indicates the payload type is unknown. |
const | TnfWellKnown | short (1). Indicates the type field contains a well-known RTD type name. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] static | RtdAlternativeCarrier | IList<byte>. RTD Alternative Carrier type. |
[read-only] static | RtdHandoverCarrier | IList<byte>. RTD Handover Carrier type. |
[read-only] static | RtdHandoverRequest | IList<byte>. RTD Handover Request type. |
[read-only] static | RtdHandoverSelect | IList<byte>. RTD Handover Select type. |
[read-only] static | RtdSmartPoster | IList<byte>. RTD Smart Poster type. |
[read-only] static | RtdText | IList<byte>. RTD Text type. |
[read-only] static | RtdUri | IList<byte>. RTD URI type. |
[read-only] | Tnf | short. Returns the 3-bit TNF. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | CreateApplicationRecord(string)Create a new Android Application Record (AAR). | |
static | CreateExternal(string, string, byte[])Create a new NDEF Record containing external (application-specific) data. | |
static | CreateMime(string, byte[])Create a new NDEF Record containing MIME data. | |
static | CreateTextRecord(string, string)Create a new NDEF record containing UTF-8 text data. | |
static | CreateUri(Android.Net.Uri)Create a new NDEF Record containing a URI. | |
static | CreateUri(string)Create a new NDEF Record containing a URI. | |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
GetId()Returns the variable length ID. | ||
GetPayload()Returns the variable length payload. | ||
GetTypeInfo()Returns the variable length Type field. | ||
ToByteArray()Return this NDEF Record as a byte array. | ||
ToMimeType()Map this record to a MIME type, or return null if it cannot be mapped. | ||
ToUri()Map this record to a URI, or return null if it cannot be mapped. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |