2013-02-01 16:15:46 +01:00
|
|
|
LIBRARY libnfc
|
|
|
|
VERSION 1.7
|
2010-05-28 11:48:15 +02:00
|
|
|
|
|
|
|
EXPORTS
|
2013-02-01 16:15:46 +01:00
|
|
|
nfc_init
|
|
|
|
nfc_exit
|
2016-12-05 13:11:45 +01:00
|
|
|
nfc_register_driver
|
2013-02-01 16:15:46 +01:00
|
|
|
nfc_open
|
|
|
|
nfc_close
|
2015-08-19 11:44:23 +02:00
|
|
|
nfc_abort_command
|
2013-02-01 16:15:46 +01:00
|
|
|
nfc_list_devices
|
|
|
|
nfc_idle
|
|
|
|
nfc_initiator_init
|
|
|
|
nfc_initiator_init_secure_element
|
|
|
|
nfc_initiator_select_passive_target
|
|
|
|
nfc_initiator_list_passive_targets
|
|
|
|
nfc_initiator_poll_target
|
|
|
|
nfc_initiator_select_dep_target
|
|
|
|
nfc_initiator_poll_dep_target
|
|
|
|
nfc_initiator_deselect_target
|
|
|
|
nfc_initiator_transceive_bytes
|
|
|
|
nfc_initiator_transceive_bits
|
|
|
|
nfc_initiator_transceive_bytes_timed
|
|
|
|
nfc_initiator_transceive_bits_timed
|
|
|
|
nfc_initiator_target_is_present
|
|
|
|
nfc_target_init
|
|
|
|
nfc_target_send_bytes
|
|
|
|
nfc_target_receive_bytes
|
|
|
|
nfc_target_send_bits
|
|
|
|
nfc_target_receive_bits
|
|
|
|
nfc_strerror
|
|
|
|
nfc_strerror_r
|
|
|
|
nfc_perror
|
|
|
|
nfc_device_get_last_error
|
|
|
|
nfc_device_get_name
|
|
|
|
nfc_device_get_connstring
|
|
|
|
nfc_device_get_supported_modulation
|
|
|
|
nfc_device_get_supported_baud_rate
|
2016-12-05 13:11:45 +01:00
|
|
|
nfc_device_get_supported_baud_rate_target_mode
|
2013-02-01 16:15:46 +01:00
|
|
|
nfc_device_set_property_int
|
|
|
|
nfc_device_set_property_bool
|
2018-03-17 19:06:38 +01:00
|
|
|
nfc_emulate_target
|
2013-02-01 16:15:46 +01:00
|
|
|
iso14443a_crc
|
|
|
|
iso14443a_crc_append
|
2016-12-05 13:11:45 +01:00
|
|
|
iso14443b_crc
|
|
|
|
iso14443b_crc_append
|
2013-02-01 16:15:46 +01:00
|
|
|
iso14443a_locate_historical_bytes
|
2016-12-05 13:11:45 +01:00
|
|
|
nfc_free
|
2013-02-01 16:15:46 +01:00
|
|
|
nfc_version
|
|
|
|
nfc_device_get_information_about
|
|
|
|
str_nfc_modulation_type
|
|
|
|
str_nfc_baud_rate
|
|
|
|
str_nfc_target
|
2018-03-17 19:06:38 +01:00
|
|
|
pn53x_transceive
|
|
|
|
pn532_SAMConfiguration
|
|
|
|
pn53x_read_register
|
2020-07-08 13:06:03 +02:00
|
|
|
pn53x_write_register
|