Skip to content

Modules.Nfc.MifareTagTechnology

Provides access to MIFARE Ultralight properties and I/O operations on a Modules.Nfc.NfcTag.

Use the Modules.Nfc.createTagTechnologyMifareUltralight method to create this tag technology. See also: Mifare Ultralight

Extends: Modules.Nfc.NativeTagTechnology · Since: 1.1.0 · Platforms: iphone

Methods #

historicalBytes #

The historical bytes extracted from an Answer To Select response.

identifier #

The unique hardware identifier of the tag.

mifareFamily #

The MIFARE product family identifier for the tag.

sendMiFareCommand #

Sends a native MIFARE command to the tag.

Parameters:
NameTypeSummaryOptional
dataArray<Number>hex command with length will be sent in form of dataNo
errorCodeStringThe error code; only present if an error occurred.No
errorDomainStringThe error domain; only present if an error occurred.No
errorDescriptionStringThe error description; only peresent if an error occurred.No

sendMiFareISO7816Command #

Sends a native MIFARE command to the tag along with other parameter.

Parameters:
NameTypeSummaryOptional
dataArray<Number>hex command with length will be sent in form of dataNo
sw1NumberThe SW1 command-processing status byte.No
sw2NumberThe SW2 command-processing status byte.No
apduTitanium.BufferAn ISO 7816-4 command APDU object.No
errorCodeStringThe error code; only present if an error occurred.No
errorDomainStringThe error domain; only present if an error occurred.No
errorDescriptionStringThe error description; only peresent if an error occurred.No

Titanium SDK Documentation