![]() |
RFID API Documentation
1.0
Reference guide for RFID API
|
Functions | |
| RFID_STATUS WINAPI | RFID_SetTraceLevel (RFID_HANDLE32 readerHandle, UINT32 traceLevel) |
| This function sets the trace level for debugging purpose. More... | |
| TCHAR *WINAPI | RFID_GetErrorDescriptionW (RFID_STATUS errorCode) |
| This function gets the error description for the specified error code. More... | |
| CHAR *WINAPI | RFID_GetErrorDescriptionA (RFID_STATUS errorCode) |
| RFID_STATUS WINAPI | RFID_GetLastErrorInfoW (RFID_HANDLE32 readerHandle, LPERROR_INFO lpErrorInfo) |
| This function gets the error information for the last function call. More... | |
| RFID_STATUS WINAPI | RFID_GetLastErrorInfoA (RFID_HANDLE32 readerHandle, LPERROR_INFOA lpErrorInfo) |
| RFID_STATUS WINAPI | RFID_ComPortsDiscoveryA (CONNECTION_INFO connectionInfo, LPComPortsA avialablePorts, RE_SUPPORTED_BAUDRATE baudRate) |
| This function discovers the com ports to which pixie modules are commected for a given baudrate. More... | |
| RFID_STATUS WINAPI | RFID_ComPortsDiscoveryW (CONNECTION_INFO connectionInfo, LPComPortsW avialablePorts, RE_SUPPORTED_BAUDRATE baudRate) |
| This function discovers the com ports to which pixie modules are commected for a given baudrate. More... | |
| RFID_STATUS WINAPI RFID_SetTraceLevel | ( | RFID_HANDLE32 | readerHandle, |
| UINT32 | traceLevel | ||
| ) |
This function sets the trace level for debugging purpose.
Based on the trace level set, the logs are traced in the text file.
| [in] | readerHandle | Handle to the RFID device |
| [in] | traceLevel | Trace level (of type TRACE_LEVEL) to be set. Levels can be ORed. |
| TCHAR* WINAPI RFID_GetErrorDescriptionW | ( | RFID_STATUS | errorCode | ) |
This function gets the error description for the specified error code.
| [in] | errorCode | Error code. |
| CHAR* WINAPI RFID_GetErrorDescriptionA | ( | RFID_STATUS | errorCode | ) |
| RFID_STATUS WINAPI RFID_GetLastErrorInfoW | ( | RFID_HANDLE32 | readerHandle, |
| LPERROR_INFO | lpErrorInfo | ||
| ) |
This function gets the error information for the last function call.
| [in] | readerHandle | Handle to the RFID device . |
| [out] | lpErrorInfo | Pointer to ERROR_INFO. |
| RFID_STATUS WINAPI RFID_GetLastErrorInfoA | ( | RFID_HANDLE32 | readerHandle, |
| LPERROR_INFOA | lpErrorInfo | ||
| ) |
| RFID_STATUS WINAPI RFID_ComPortsDiscoveryA | ( | CONNECTION_INFO | connectionInfo, |
| LPComPortsA | avialablePorts, | ||
| RE_SUPPORTED_BAUDRATE | baudRate | ||
| ) |
This function discovers the com ports to which pixie modules are commected for a given baudrate.
| [in] | connectionInfo | holds connection infromation. |
| [in] | avialablePorts | holds information about connected comports.ASCII version |
| [in] | baudRate | baud rate at which discovery happens,configured baudrate has to be used |
| RFID_STATUS WINAPI RFID_ComPortsDiscoveryW | ( | CONNECTION_INFO | connectionInfo, |
| LPComPortsW | avialablePorts, | ||
| RE_SUPPORTED_BAUDRATE | baudRate | ||
| ) |
This function discovers the com ports to which pixie modules are commected for a given baudrate.
| [in] | connectionInfo | holds connection infromation. |
| [in] | avialablePorts | holds information about connected comports.Unicode version |
| [in] | baudRate | baud rate at which discovery happens,configured baudrate has to be used |