iso14443_4_type_t
ISO 14443-4 baseband emulation protocol types.
Synopsis:
#include <nfc/nfc_types.h>
typedef enum {
ISO14443_4TYPE_A = 1
ISO14443_4TYPE_B = 2
} iso14443_4_type_t;Data:
- ISO14443_4TYPE_A
- Baseband Emulation in ISO 14443-4A.
- ISO14443_4TYPE_B
- Baseband Emulation in ISO 14443-4B.
Library:
libnfcDescription:
This enumeration defines ISO 14443-4 baseband emulation protocol types.