FreeRDP
PCSC_SCARD_READERSTATE Struct Reference

#include <smartcard_pcsc.h>

Data Fields

LPCSTR szReader
 
LPVOID pvUserData
 
PCSC_DWORD dwCurrentState
 
PCSC_DWORD dwEventState
 
PCSC_DWORD cbAtr
 
BYTE rgbAtr [PCSC_MAX_ATR_SIZE]
 

Detailed Description

pcsc-lite defines SCARD_READERSTATE, SCARD_IO_REQUEST as packed on Mac OS X only and uses default packing everywhere else.

Definition at line 139 of file smartcard_pcsc.h.

Field Documentation

◆ cbAtr

PCSC_DWORD PCSC_SCARD_READERSTATE::cbAtr

Definition at line 145 of file smartcard_pcsc.h.

◆ dwCurrentState

PCSC_DWORD PCSC_SCARD_READERSTATE::dwCurrentState

Definition at line 143 of file smartcard_pcsc.h.

◆ dwEventState

PCSC_DWORD PCSC_SCARD_READERSTATE::dwEventState

Definition at line 144 of file smartcard_pcsc.h.

◆ pvUserData

LPVOID PCSC_SCARD_READERSTATE::pvUserData

Definition at line 142 of file smartcard_pcsc.h.

◆ rgbAtr

BYTE PCSC_SCARD_READERSTATE::rgbAtr[PCSC_MAX_ATR_SIZE]

Definition at line 146 of file smartcard_pcsc.h.

◆ szReader

LPCSTR PCSC_SCARD_READERSTATE::szReader

Definition at line 141 of file smartcard_pcsc.h.


The documentation for this struct was generated from the following file: