control method

  1. @override
PcscCommand<PcscResult<List<int>>> control(
  1. int hCard,
  2. int dwControlCode,
  3. List<int> pbSendBuffer
)
override

Implementation

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