2.2.1.6 ReaderStateA

The ReaderStateA structure contains information used in calls that only require Smart Cards for Windows context and an ASCII string.

 typedef struct _ReaderStateA {
   [string] const char* szReader;
   ReaderState_Common_Call Common;
 } ReaderStateA;

szReader: An ASCII string specifying the reader name.

Common: A packet that specifies the state of the reader at the time of the call. For information about this packet, see section 2.2.1.5.