Android.Nfc.Tech.NfcBarcode Members

The members of Android.Nfc.Tech.NfcBarcode are listed below.

See Also: Inherited members from Android.Nfc.Tech.BasicTagTechnology

Public Fields

const
TypeKovioNfcBarcodeType (1). Kovio Tags
const
TypeUnknownNfcBarcodeType (-1).

Public Properties

[read-only]
override
IsConnectedbool. Helper to indicate if I/O operations should be possible.
[read-only]
override
TagAndroid.Nfc.Tag. Get the Android.Nfc.Tag object backing this Android.Nfc.Tech.ITagTechnology object.
[read-only]
TypeNfcBarcodeType. Returns the NFC Barcode tag type.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
Close()
Disable I/O operations to the tag from this Android.Nfc.Tech.ITagTechnology object, and release resources.
override
Connect()
Enable I/O operations to the tag from this Android.Nfc.Tech.ITagTechnology object.
static
Get(Android.Nfc.Tag) : NfcBarcode
Get an instance of Android.Nfc.Tech.NfcBarcode for the given tag.
GetBarcode() : byte[]
Returns the barcode of an NfcBarcode tag.