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

This struct gives information on the Reader's name, location, description and contact. More...

Data Fields

WCHAR name [MAX_PATH]
 
WCHAR description [MAX_PATH]
 
WCHAR location [MAX_PATH]
 
WCHAR contact [MAX_PATH]
 
BOOLEAN antennaCheck
 
BOOLEAN reserved [3]
 
LPTIME_SERVER_INFOW lpTimeServerInfo
 
LPVOID lpReserved [4-2]
 Reserved for future. More...
 

Detailed Description

This struct gives information on the Reader's name, location, description and contact.

Field Documentation

◆ name

WCHAR READER_INFOW::name[MAX_PATH]

◆ description

WCHAR READER_INFOW::description[MAX_PATH]

◆ location

WCHAR READER_INFOW::location[MAX_PATH]

◆ contact

WCHAR READER_INFOW::contact[MAX_PATH]

◆ antennaCheck

BOOLEAN READER_INFOW::antennaCheck

◆ reserved

BOOLEAN READER_INFOW::reserved[3]

◆ lpTimeServerInfo

LPTIME_SERVER_INFOW READER_INFOW::lpTimeServerInfo

◆ lpReserved

LPVOID READER_INFOW::lpReserved[4-2]

Reserved for future.