2.2.1.7 ReaderStateW

The ReaderStateW structure is a Unicode representation of the state of a smart card reader.

 typedef struct _ReaderStateW {
   [string] const wchar_t* szReader;
   ReaderState_Common_Call Common;
 } ReaderStateW;

szReader: A Unicode 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.