The functionnality documented below allow to access to special data as device name or device connstring.
const char* nfc_device_get_connstring |
( |
nfc_device * |
pnd | ) |
|
Returns the device connection string.
- Returns
- Returns a string with the device connstring
- Parameters
-
pnd | nfc_device struct pointer that represent currently used device |
Definition at line 1149 of file nfc.c.
const char* nfc_device_get_name |
( |
nfc_device * |
pnd | ) |
|
Returns the device name.
- Returns
- Returns a string with the device name
- Parameters
-
pnd | nfc_device struct pointer that represent currently used device |
Definition at line 1137 of file nfc.c.
Get supported baud rates.
- Returns
- Returns 0 on success, otherwise returns libnfc's error code (negative value)
- Parameters
-
pnd | nfc_device struct pointer that represent currently used device |
nmt | nfc_modulation_type. |
supported_br | pointer of nfc_baud_rate array. |
Definition at line 1177 of file nfc.c.
Get supported modulations.
- Returns
- Returns 0 on success, otherwise returns libnfc's error code (negative value)
- Parameters
-
pnd | nfc_device struct pointer that represent currently used device |
mode | nfc_mode. |
supported_mt | pointer of nfc_modulation_type array. |
Definition at line 1163 of file nfc.c.