From 8a9866cada64f6b5b051d7494bb3ccc28a8e2efd Mon Sep 17 00:00:00 2001 From: laforge Date: Wed, 7 May 2008 10:33:49 +0000 Subject: python update git-svn-id: https://svn.gnumonks.org/trunk/librfid@2098 e0336214-984f-0b4b-a45f-81c69e1f0ede --- python/openpcd.h | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'python/openpcd.h') 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*/ -- cgit v1.2.3