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

Carries information on reason for reader exception.ASCII version. More...

Data Fields

READER_EXCEPTION_EVENT_TYPE exceptionType
 Event indicating the reason for Reader exception. More...
 
CHAR exceptionInfo [MAX_PATH]
 Description of the exception as reported by the Reader. More...
 
LPVOID lpReserved [4]
 Reserved for future. More...
 

Detailed Description

Carries information on reason for reader exception.ASCII version.

This data corresponds to READER_EXCEPTION_EVENT.

Field Documentation

◆ exceptionType

READER_EXCEPTION_EVENT_TYPE READER_EXCEPTION_EVENT_DATAA::exceptionType

Event indicating the reason for Reader exception.

◆ exceptionInfo

CHAR READER_EXCEPTION_EVENT_DATAA::exceptionInfo[MAX_PATH]

Description of the exception as reported by the Reader.

◆ lpReserved

LPVOID READER_EXCEPTION_EVENT_DATAA::lpReserved[4]

Reserved for future.