transmit method
Implementation
@override
PcscCommand<PcscResult<List<int>>> transmit(int hCard, int pioSendPci, List<int> pbSendBuffer) =>
_Transmit(hCard, pioSendPci, pbSendBuffer);
@override
PcscCommand<PcscResult<List<int>>> transmit(int hCard, int pioSendPci, List<int> pbSendBuffer) =>
_Transmit(hCard, pioSendPci, pbSendBuffer);