Skip to content

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 #

getDsfId #

Return the DSF ID bytes from tag discovery.

Returns: Number

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:
NameTypeSummaryOptional
dataTitanium.BufferBytes to send.No

Returns: Titanium.Buffer — Response bytes received.

Titanium SDK Documentation