Modules.Nfc.TagTechnologyNfcB
Provides access to NFC-B (ISO 14443-3B) properties and I/O operations on a Modules.Nfc.NfcTag.
Use the Modules.Nfc.createTagTechnologyNfcB method to create this tag technology.
See also: NfcB
Extends: Modules.Nfc.TagTechnology · Since: 1.1.0 · Platforms: android
Methods #
getApplicationData #
Return the Application Data bytes from ATQB/SENSB_RES at tag discovery.
Returns: Titanium.Buffer — Application Data bytes from ATQB/SENSB_RES bytes
getMaxTransceiveLength #
Return the maximum number of bytes that can be sent with transceive.
Returns: Number
getProtocolInfo #
Return the Protocol Info bytes from ATQB/SENSB_RES at tag discovery.
Returns: Titanium.Buffer — Protocol Info bytes from ATQB/SENSB_RES bytes.
transceive #
Send raw NFC-B commands to the tag and receive the response.
Parameters:
| Name | Type | Summary | Optional |
|---|---|---|---|
data | Titanium.Buffer | Bytes to send. | No |
Returns: Titanium.Buffer — Response bytes received.