WICG / web-smart-card

Repository for the Web Smart Card Explainer
Other
42 stars 3 forks source link

Add options to SmartCardConnection.transmit() #21

Closed dandrader closed 1 year ago

dandrader commented 1 year ago

There are corner cases[1] where this is needed and it also makes it possible to do a 1:1 map to SCardTransmit calls, where you always have to explicitly specify transmission protocol.

[1] direct connection with 0 as preferred protocol and later negotiate a protocol via a control message to the reader.


Preview | Diff