libnfc
1.7.1
|
The functionnality documented below allow to configure parameters and registers. More...
Functions | |
int | nfc_device_set_property_int (nfc_device *pnd, const nfc_property property, const int value) |
Set a device's integer-property value. More... | |
int | nfc_device_set_property_bool (nfc_device *pnd, const nfc_property property, const bool bEnable) |
Set a device's boolean-property value. More... | |
The functionnality documented below allow to configure parameters and registers.
int nfc_device_set_property_bool | ( | nfc_device * | pnd, |
const nfc_property | property, | ||
const bool | bEnable | ||
) |
Set a device's boolean-property value.
pnd | nfc_device struct pointer that represent currently used device |
property | nfc_property which will be set |
bEnable | boolean to activate/disactivate the property |
Configures parameters and registers that control for example timing, modulation, frame and error handling. There are different categories for configuring the PN53X chip features (handle, activate, infinite and accept).
int nfc_device_set_property_int | ( | nfc_device * | pnd, |
const nfc_property | property, | ||
const int | value | ||
) |
Set a device's integer-property value.
pnd | nfc_device struct pointer that represent currently used device |
property | nfc_property which will be set |
value | integer value |
Sets integer property.