Merge pull request #378 from BourgeoisLab/patch-1

Match nfc.h
This commit is contained in:
Romuald Conty 2016-12-05 19:50:49 +01:00 committed by GitHub
commit a07a496234

View file

@ -4,6 +4,7 @@ VERSION 1.7
EXPORTS EXPORTS
nfc_init nfc_init
nfc_exit nfc_exit
nfc_register_driver
nfc_open nfc_open
nfc_close nfc_close
nfc_abort_command nfc_abort_command
@ -17,7 +18,6 @@ EXPORTS
nfc_initiator_select_dep_target nfc_initiator_select_dep_target
nfc_initiator_poll_dep_target nfc_initiator_poll_dep_target
nfc_initiator_deselect_target nfc_initiator_deselect_target
nfc_initiator_poll_targets
nfc_initiator_transceive_bytes nfc_initiator_transceive_bytes
nfc_initiator_transceive_bits nfc_initiator_transceive_bits
nfc_initiator_transceive_bytes_timed nfc_initiator_transceive_bytes_timed
@ -36,11 +36,15 @@ EXPORTS
nfc_device_get_connstring nfc_device_get_connstring
nfc_device_get_supported_modulation nfc_device_get_supported_modulation
nfc_device_get_supported_baud_rate nfc_device_get_supported_baud_rate
nfc_device_get_supported_baud_rate_target_mode
nfc_device_set_property_int nfc_device_set_property_int
nfc_device_set_property_bool nfc_device_set_property_bool
iso14443a_crc iso14443a_crc
iso14443a_crc_append iso14443a_crc_append
iso14443b_crc
iso14443b_crc_append
iso14443a_locate_historical_bytes iso14443a_locate_historical_bytes
nfc_free
nfc_version nfc_version
nfc_device_get_information_about nfc_device_get_information_about
str_nfc_modulation_type str_nfc_modulation_type