SCardStatus constructor

SCardStatus(
  1. String szReaderName,
  2. int dwState,
  3. int dwProtocol,
  4. List<int> bAtr,
)

Implementation

SCardStatus(this.szReaderName, this.dwState, this.dwProtocol, this.bAtr);