Android.Nfc.Tech.NfcB: Method Members

The methods of Android.Nfc.Tech.NfcB are listed below. For a list of all members, see the NfcB Members list.

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

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) : NfcB
Get an instance of Android.Nfc.Tech.NfcB for the given tag.
GetApplicationData() : byte[]
Return the Application Data bytes from ATQB/SENSB_RES at tag discovery.
GetProtocolInfo() : byte[]
Return the Protocol Info bytes from ATQB/SENSB_RES at tag discovery.
Transceive(byte[]) : byte[]
Send raw NFC-B commands to the tag and receive the response.
TransceiveAsync(byte[]) : System.Threading.Tasks.Task<Byte[]>
Documentation for this section has not yet been entered.