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:
| Name | Type | Summary | Optional |
|---|---|---|---|
data | Array<Number> | hex command with length will be sent in form of data | No |
errorCode | String | The error code; only present if an error occurred. | No |
errorDomain | String | The error domain; only present if an error occurred. | No |
errorDescription | String | The error description; only peresent if an error occurred. | No |
sendMiFareISO7816Command #
Sends a native MIFARE command to the tag along with other parameter.
Parameters:
| Name | Type | Summary | Optional |
|---|---|---|---|
data | Array<Number> | hex command with length will be sent in form of data | No |
sw1 | Number | The SW1 command-processing status byte. | No |
sw2 | Number | The SW2 command-processing status byte. | No |
apdu | Titanium.Buffer | An ISO 7816-4 command APDU object. | No |
errorCode | String | The error code; only present if an error occurred. | No |
errorDomain | String | The error domain; only present if an error occurred. | No |
errorDescription | String | The error description; only peresent if an error occurred. | No |