Data Fields

nfc_device_desc_t Struct Reference

NFC device description. More...

#include <nfc-types.h>

Data Fields

char acDevice [DEVICE_NAME_LENGTH]
char * pcDriver
char * pcPort
uint32_t uiSpeed
uint32_t uiBusIndex

Detailed Description

NFC device description.

This struct is used to try to connect to a specified nfc device when nfc_connect(...)

Definition at line 92 of file nfc-types.h.


Field Documentation

char nfc_device_desc_t::acDevice[DEVICE_NAME_LENGTH]

Device name (e.g. "ACS ACR 38U-CCID 00 00")

Definition at line 94 of file nfc-types.h.

Driver name (e.g. "PN532_UART")

Definition at line 96 of file nfc-types.h.

Port (e.g. "/dev/ttyUSB0")

Definition at line 98 of file nfc-types.h.

Device index for backward compatibility (used to choose one specific device in USB or PSCS devices list)

Definition at line 102 of file nfc-types.h.

Port speed (e.g. "115200")

Definition at line 100 of file nfc-types.h.


The documentation for this struct was generated from the following file: