![]() |
RFID API Documentation
1.0
Reference guide for RFID API
|
Functions | |
| RFID_STATUS WINAPI | RFID_GetTagStorageSettings (RFID_HANDLE32 readerHandle, LPTAG_STORAGE_SETTINGS lpTagStorageSettings) |
| This function gets the Tag-storage settings. More... | |
| RFID_STATUS WINAPI | RFID_SetTagStorageSettings (RFID_HANDLE32 readerHandle, LPTAG_STORAGE_SETTINGS lpTagStorageSettings) |
| This function allows configuring the maximum Tag-storage capacity of the DLL and the storage to be allocated in the Tag data-structure (TAG_DATA) for the Memory-Bank data. More... | |
| LPTAG_DATA WINAPI | RFID_AllocateTag (RFID_HANDLE32 readerHandle) |
| This function allocates and initializes the TAG_DATA structure for the application. More... | |
| LPRFSURVEY_DATA WINAPI | RFID_AllocateRFSurvey (RFID_HANDLE32 readerHandle) |
| This function allocates and initializes the RF_SURVEY_DATA structure for the application. More... | |
| RFID_STATUS WINAPI | RFID_DeallocateTag (RFID_HANDLE32 readerHandle, TAG_DATA *pTagData) |
| This function de-allocates the TAG_DATA structure previously created using RFID_AllocateTag. More... | |
| RFID_STATUS WINAPI | RFID_DeallocateRFSurvey (RFID_HANDLE32 readerHandle, LPRFSURVEY_DATA lpRFSurveyData) |
| This function de-allocates the RF_SURVEY_DATA structure previously created using RFID_AllocateRFSurvey. More... | |
| RFID_STATUS WINAPI | RFID_GetReadTag (RFID_HANDLE32 readerHandle, LPTAG_DATA lpTagData) |
| This function returns a Tag if available. More... | |
| RFID_STATUS WINAPI | RFID_PurgeTags (RFID_HANDLE32 readerHandle, LPVOID rsvd) |
| This function purges all tags present in Dll and Reader queues. More... | |
| RFID_STATUS WINAPI RFID_GetTagStorageSettings | ( | RFID_HANDLE32 | readerHandle, |
| LPTAG_STORAGE_SETTINGS | lpTagStorageSettings | ||
| ) |
This function gets the Tag-storage settings.
| [in] | readerHandle | Handle to the RFID device. |
| [in] | lpTagStorageSettings | Pointer to TAG_STORAGE_SETTINGS. |
| RFID_STATUS WINAPI RFID_SetTagStorageSettings | ( | RFID_HANDLE32 | readerHandle, |
| LPTAG_STORAGE_SETTINGS | lpTagStorageSettings | ||
| ) |
This function allows configuring the maximum Tag-storage capacity of the DLL and the storage to be allocated in the Tag data-structure (TAG_DATA) for the Memory-Bank data.
| [in] | readerHandle | Handle to the RFID device. |
| [in] | lpTagStorageSettings | Pointer to TAG_STORAGE_SETTINGS. |
| LPTAG_DATA WINAPI RFID_AllocateTag | ( | RFID_HANDLE32 | readerHandle | ) |
This function allocates and initializes the TAG_DATA structure for the application.
| [in] | readerHandle | Handle to the RFID device. |
| LPRFSURVEY_DATA WINAPI RFID_AllocateRFSurvey | ( | RFID_HANDLE32 | readerHandle | ) |
This function allocates and initializes the RF_SURVEY_DATA structure for the application.
| [in] | readerHandle | Handle to the RFID device. |
| RFID_STATUS WINAPI RFID_DeallocateTag | ( | RFID_HANDLE32 | readerHandle, |
| TAG_DATA * | pTagData | ||
| ) |
This function de-allocates the TAG_DATA structure previously created using RFID_AllocateTag.
| [in] | readerHandle | Handle to the RFID device. |
| [in] | pTagData | Pointer to previously allocated TAG_DATA. |
| RFID_STATUS WINAPI RFID_DeallocateRFSurvey | ( | RFID_HANDLE32 | readerHandle, |
| LPRFSURVEY_DATA | lpRFSurveyData | ||
| ) |
This function de-allocates the RF_SURVEY_DATA structure previously created using RFID_AllocateRFSurvey.
| [in] | readerHandle | Handle to the RFID device. |
| [in] | lpRFSurveyData | Pointer to previously allocated RF_SURVEY_DATA. |
| RFID_STATUS WINAPI RFID_GetReadTag | ( | RFID_HANDLE32 | readerHandle, |
| LPTAG_DATA | lpTagData | ||
| ) |
This function returns a Tag if available.
| [in] | readerHandle | Handle to the RFID device. |
| [out] | lpTagData | Pointer to TAG_DATA. |
| RFID_STATUS WINAPI RFID_PurgeTags | ( | RFID_HANDLE32 | readerHandle, |
| LPVOID | rsvd | ||
| ) |
This function purges all tags present in Dll and Reader queues.
| [in] | readerHandle | Handle to the RFID device. |
| [in] | rsvd | Reserved for future use. |