![]() |
RFID API Documentation
1.0
Reference guide for RFID API
|
This struct contains the Login information for logging into the reader.Unicode version. More...
Data Fields | |
| WCHAR | hostName [MAX_PATH] |
| Reader IP or Reader Host Name. More... | |
| WCHAR | userName [MAX_PATH] |
| User Name. More... | |
| WCHAR | password [MAX_PATH] |
| Password. More... | |
| RFID_VERSION | version |
| RFIDAPI version to be used. More... | |
| BOOLEAN | forceLogin |
| Force Login this host. More... | |
| BYTE | reserved1 [3] |
| 3 bytes left after using forceLogin More... | |
| LPVOID | lpReserved [4-2] |
| Reserved for future. More... | |
This struct contains the Login information for logging into the reader.Unicode version.
| RFID_VERSION LOGIN_INFOW::version |
RFIDAPI version to be used.
| BOOLEAN LOGIN_INFOW::forceLogin |
Force Login this host.
This setting is valid only for Merlin version 1.1.0 onwards. To work with FX readers of version lesser than 1.1.0, which doesn't support Forcelogin feature, give this value as false.
| BYTE LOGIN_INFOW::reserved1[3] |
3 bytes left after using forceLogin
| LPVOID LOGIN_INFOW::lpReserved[4-2] |
Reserved for future.
DWORD 1 - Used for version, DWORD 2 - forceLogin