libnfc
1.7.0-rc7
|
NFC device information. More...
#include <nfc-internal.h>
Data Fields | |
char | name [DEVICE_NAME_LENGTH] |
nfc_connstring | connstring |
bool | bCrc |
bool | bPar |
bool | bEasyFraming |
bool | bAutoIso14443_4 |
uint8_t | btSupportByte |
int | last_error |
NFC device information.
Definition at line 189 of file nfc-internal.h.
bool nfc_device::bAutoIso14443_4 |
Should the chip switch automatically activate ISO14443-4 when selecting tags supporting it?
Definition at line 207 of file nfc-internal.h.
bool nfc_device::bCrc |
Is the CRC automaticly added, checked and removed from the frames
Definition at line 200 of file nfc-internal.h.
bool nfc_device::bEasyFraming |
Should the chip handle frames encapsulation and chaining
Definition at line 204 of file nfc-internal.h.
bool nfc_device::bPar |
Does the chip handle parity bits, all parities are handled as data
Definition at line 202 of file nfc-internal.h.
uint8_t nfc_device::btSupportByte |
Supported modulation encoded in a byte
Definition at line 209 of file nfc-internal.h.
nfc_connstring nfc_device::connstring |
Device connection string
Definition at line 198 of file nfc-internal.h.
int nfc_device::last_error |
Last reported error
Definition at line 211 of file nfc-internal.h.
char nfc_device::name[DEVICE_NAME_LENGTH] |
Device name string, including device wrapper firmware
Definition at line 196 of file nfc-internal.h.