Android.Nfc.Tech.NfcA Members

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

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

Public Properties

[read-only]
override
IsConnectedbool. Helper to indicate if I/O operations should be possible.
[read-only]
MaxTransceiveLengthint. Return the maximum number of bytes that can be sent with NfcA.Transceive(Byte[]).
[read-only]
Sakshort. Return the SAK/SEL_RES bytes from tag discovery.
[read-only]
override
TagAndroid.Nfc.Tag. Get the Android.Nfc.Tag object backing this Android.Nfc.Tech.ITagTechnology object.
Timeoutint. Get the current NfcA.Transceive(Byte[]) timeout in milliseconds.

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) : NfcA
Get an instance of Android.Nfc.Tech.NfcA for the given tag.
GetAtqa() : byte[]
Return the ATQA/SENS_RES bytes from tag discovery.
Transceive(byte[]) : byte[]
Send raw NFC-A commands to the tag and receive the response.
TransceiveAsync(byte[]) : System.Threading.Tasks.Task<Byte[]>
Documentation for this section has not yet been entered.