RFID API Documentation  1.0
Reference guide for RFID API
LOGIN_INFOW Struct Reference

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...
 

Detailed Description

This struct contains the Login information for logging into the reader.Unicode version.

Field Documentation

◆ hostName

WCHAR LOGIN_INFOW::hostName[MAX_PATH]

Reader IP or Reader Host Name.

◆ userName

WCHAR LOGIN_INFOW::userName[MAX_PATH]

User Name.

◆ password

WCHAR LOGIN_INFOW::password[MAX_PATH]

Password.

◆ version

RFID_VERSION LOGIN_INFOW::version

RFIDAPI version to be used.

◆ forceLogin

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.

◆ reserved1

BYTE LOGIN_INFOW::reserved1[3]

3 bytes left after using forceLogin

◆ lpReserved

LPVOID LOGIN_INFOW::lpReserved[4-2]

Reserved for future.

DWORD 1 - Used for version, DWORD 2 - forceLogin