Transmit Method
Transmit(CommandApdu)
Synchronously transmit a command APDU to the smart card.
C#
public ResponseApdu Transmit(CommandApdu commandApdu)
Parameters
Type | Name | Description |
---|---|---|
CommandApdu | commandApdu | A command to send to the smart card. |
Returns
A response APDU containing the smart card's reply.
Implements
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
SCardException | Thrown when the underlying platform smart card subsystem encounters an error. |