Skip to content

Modules.Nfc.TagTechnologyNfcF

Provides access to NFC-F (JIS 6319-4) properties and I/O operations on a Modules.Nfc.NfcTag.

Use the Modules.Nfc.createTagTechnologyNfcF method to create this tag technology.

See also: NfcF

Extends: Modules.Nfc.TagTechnology · Since: 1.1.0 · Platforms: android

Methods #

getManufacturer #

Return the Manufacturer bytes from tag discovery.

Returns: Titanium.Buffer — Manufacturer bytes.

getMaxTransceiveLength #

Return the maximum number of bytes that can be sent with transceive.

Returns: Number

getSystemCode #

Return the System Code bytes from tag discovery.

Returns: Titanium.Buffer — System Code bytes.

getTimeout #

Get the current transceive timeout in milliseconds.

Returns: Number

setTimeout #

Set the timeout of transceive in milliseconds.

Parameters:
NameTypeSummaryOptional
timeoutNumberTimeout value in millisecondsNo

transceive #

Send raw NFC-F commands to the tag and receive the response.

Parameters:
NameTypeSummaryOptional
dataTitanium.BufferBytes to send.No

Returns: Titanium.Buffer — Response bytes received.

Titanium SDK Documentation