control method
Implementation
@override
PcscCommand<PcscResult<List<int>>> control(int hCard, int dwControlCode, List<int> pbSendBuffer) =>
_Control(hCard, dwControlCode, pbSendBuffer);
@override
PcscCommand<PcscResult<List<int>>> control(int hCard, int dwControlCode, List<int> pbSendBuffer) =>
_Control(hCard, dwControlCode, pbSendBuffer);