CardStruct constructor

CardStruct(
  1. int hCard,
  2. PcscProtocol activeProtocol,
  3. String readerName
)

Implementation

CardStruct(this.hCard, this.activeProtocol, this.readerName);