RFID API Documentation  1.0
Reference guide for RFID API
Deinitialization

Functions

RFID_STATUS WINAPI RFID_Disconnect (RFID_HANDLE32 readerHandle)
 This function closes connection to the Reader. More...
 

Detailed Description

Function Documentation

◆ RFID_Disconnect()

RFID_STATUS WINAPI RFID_Disconnect ( RFID_HANDLE32  readerHandle)

This function closes connection to the Reader.

Parameters
[in]readerHandleHandle to the RFID device.
Returns
If the function succeeds, the return value is RFID_API_SUCCESS. If the function fails, the return value is one of the following: RFID_API_INVALID_HANDLE Invalid handle is provided
Remarks
None
See also
RFID_Connect