X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=python%2Fopenpcd.h;h=8f17dc0164883ec00f3e998e44d74cfecdf76152;hb=HEAD;hp=15a1db3336ab74d4dcfb6e6de962732633f25ee6;hpb=e3d49c4785528982b87e22628080e5447713913b;p=librfid diff --git a/python/openpcd.h b/python/openpcd.h index 15a1db3..8f17dc0 100644 --- a/python/openpcd.h +++ b/python/openpcd.h @@ -128,11 +128,6 @@ EXPORT char* EXPORT_CONVENTION openpcd_get_error_text(int error); */ EXPORT int EXPORT_CONVENTION openpcd_get_card_id(MIFARE_HANDLE handle,unsigned int *uid); -/* openpcd_get_api_version: - - Get the USB api version of the reader - */ -EXPORT int EXPORT_CONVENTION openpcd_get_api_version(MIFARE_HANDLE handle,unsigned int *version); /* openpcd_reset_reader: @@ -140,28 +135,6 @@ EXPORT int EXPORT_CONVENTION openpcd_get_api_version(MIFARE_HANDLE handle,unsign */ EXPORT int EXPORT_CONVENTION openpcd_reset_reader(MIFARE_HANDLE handle); -/* openpcd_get_environment - - Store the given data to the nonvolatile reader flash - Returns read data count at index or error code - */ -EXPORT int EXPORT_CONVENTION openpcd_get_environment( - MIFARE_HANDLE handle, - unsigned char count, - unsigned char* data -); - -/* openpcd_set_environment - - Read data from nonvolatile reader flash - Returns written data count at index or error code - */ -EXPORT int EXPORT_CONVENTION openpcd_set_environment( - MIFARE_HANDLE handle, - unsigned char count, - const unsigned char* data -); - #ifdef __cplusplus } #endif/*__cplusplus*/