Sends a command to this card terminal slot.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Function SendCommand( _
ByVal aCommand As CardCommandAPDU _
) As CardResponseAPDU
This language is not supported or no code example is available.
public CardResponseAPDU SendCommand(
CardCommandAPDU aCommand
)
This language is not supported or no code example is available.
public:
CardResponseAPDU^ SendCommand(
CardCommandAPDU^ aCommand
)
This language is not supported or no code example is available.
public function SendCommand(
aCommand : CardCommandAPDU
) : CardResponseAPDU;
This language is not supported or no code example is available.
Parameters
- aCommand
-
Type: CardCommandAPDU
.
Return Value
Type: CardResponseAPDUA CardResponseAPDU.
Exception type | Condition |
---|---|
This slot is not in the CardTerminalSlotState.Accepted State. |
Marc, 9/29/2022.