Show / Hide Table of Contents

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

ResponseApdu

A response APDU containing the smart card's reply.

Implements

ISmartCardConnection.Transmit(CommandApdu)

Exceptions

Type Condition
ArgumentNullException

commandApdu is null.

SCardException

Thrown when the underlying platform smart card subsystem encounters an error.

In this article
Back to top Generated by DocFX