libnfc
1.8.0
|
NFC target information in D.E.P. (Data Exchange Protocol) see ISO/IEC 18092 (NFCIP-1) More...
#include <nfc-types.h>
Data Fields | |
uint8_t | abtNFCID3 [10] |
uint8_t | btDID |
uint8_t | btBS |
uint8_t | btBR |
uint8_t | btTO |
uint8_t | btPP |
uint8_t | abtGB [48] |
nfc_dep_mode | ndm |
NFC target information in D.E.P. (Data Exchange Protocol) see ISO/IEC 18092 (NFCIP-1)
Definition at line 162 of file nfc-types.h.
uint8_t nfc_dep_info::abtGB[48] |
General Bytes
Definition at line 176 of file nfc-types.h.
uint8_t nfc_dep_info::abtNFCID3[10] |
NFCID3
Definition at line 164 of file nfc-types.h.
uint8_t nfc_dep_info::btBR |
Supported receive-bit rate
Definition at line 170 of file nfc-types.h.
uint8_t nfc_dep_info::btBS |
Supported send-bit rate
Definition at line 168 of file nfc-types.h.
uint8_t nfc_dep_info::btDID |
DID
Definition at line 166 of file nfc-types.h.
uint8_t nfc_dep_info::btPP |
PP Parameters
Definition at line 174 of file nfc-types.h.
uint8_t nfc_dep_info::btTO |
Timeout value
Definition at line 172 of file nfc-types.h.
nfc_dep_mode nfc_dep_info::ndm |
DEP mode
Definition at line 179 of file nfc-types.h.