NFC tag properties.
#include <nfc/nfc_types.h>
typedef enum {
TAG_PROP_ISO_14443_3_TYPE = 1
TAG_PROP_ISO_14443_4_TYPE = 2
TAG_PROP_NDEF_TYPE = 3
TAG_PROP_NDEF_LOCKED = 4
TAG_PROP_NDEF_LOCKABLE = 5
TAG_PROP_NDEF_FREE_SPACE = 6
TAG_PROP_NDEF_SERIAL_NUMBER = 7
TAG_PROP_NDEF_CAPABLE_TYPE = 8
TAG_PROP_NDEF_CAPABLE_TAG_SIZE = 9
TAG_PROP_ISO_15693_3_TYPE = 11
TAG_PROP_AFI_SUPPORTED = 12
TAG_PROP_AFI_LOCKED = 13
TAG_PROP_DSFID_SUPPORTED = 14
TAG_PROP_DSFID_LOCKED = 15
TAG_PROP_AFI = 16
TAG_PROP_DSFID = 17
TAG_PROP_SECTOR_SIZE = 18
TAG_PROP_SECTOR_NUMBER = 19
TAG_PROP_ISO_18092_TYPE = 21
TAG_PROP_SYSTEM_CODE = 22
TAG_PROP_MANUFACTURER_PARAM = 23
} target_property_type_t;
BlackBerry 10.0.0
This value is reported even when the tag is locked.
This means that the tag is not a valid NFC formatted type. This enumerated value supports type 1 and type 2 tags. Tag types are represented by a ndef_tag_type_t value. See the specific function description for more information about the error.
The capacity is represented in bytes. This enumerated value supports type 1 and type 2 tags. Tag types are represented by a ndef_tag_type_t value. See the specific function description for more information about the error.
This enumeration defines NFC tag properties.