You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for some ccid devices, we have to control it using escape channel.
and the PcscPlatform has only transmit method, so, how about add a escape() method?
just like
Future<List<int>> escape(
int hCard, List<int> commandBytes,
{bool newIsolate =false}) {
throwUnimplementedError('escapeCommand() has not been implemented.');
}
for some ccid devices, we have to control it using escape channel.
and the PcscPlatform has only transmit method, so, how about add a escape() method?
just like
for flutter_pcsc_windows
for pcsc_binds.dart
and when we connect a device, we should do
at the same time, a reset() method can be implemented to do a cold/warm reseting a card.
The text was updated successfully, but these errors were encountered: