Android.Nfc.Tech.NfcF: Method Members

The methods of Android.Nfc.Tech.NfcF are listed below. For a list of all members, see the NfcF 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) : NfcF
Get an instance of Android.Nfc.Tech.NfcF for the given tag.
GetManufacturer() : byte[]
Return the Manufacturer bytes from tag discovery.
GetSystemCode() : byte[]
Return the System Code bytes from tag discovery.
Transceive(byte[]) : byte[]
Send raw NFC-F commands to the tag and receive the response.
TransceiveAsync(byte[]) : System.Threading.Tasks.Task<Byte[]>
Documentation for this section has not yet been entered.