Modules.Nfc.TagTechnologyNfcV
Provides access to NFC-V (ISO 15693) properties and I/O operations on a Modules.Nfc.NfcTag.
Use the Modules.Nfc.createTagTechnologyNfcV method to create this tag technology.
See also: NfcV
Extends: Modules.Nfc.TagTechnology · Since: 1.1.0 · Platforms: android
Methods #
getMaxTransceiveLength #
Return the maximum number of bytes that can be sent with transceive.
Returns: Number
getResponseFlags #
Return the Response Flag bytes from tag discovery.
Returns: Number — Response Flag bytes.
transceive #
Send raw NFC-V 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.