The BasicCardResponse type exposes the following members.

Properties

  NameDescription
Public propertyData
Get a copy of the byte array holding the apdu data (excluding SW1SW2).
(Inherited from ResponseApdu.)
Public propertyDoNotLog
If set to true prevent this response apdu from being visible in log file.
(Inherited from ResponseApdu.)
Public propertyItem
Get a byte of this apdu.
(Inherited from ResponseApdu.)
Public propertyLength
Get current length of apdu data (excluding SW1SW2).
(Inherited from ResponseApdu.)
Public propertySW1
SW1
(Inherited from ResponseApdu.)
Public propertySW1SW2
SW1SW2
(Inherited from ResponseApdu.)
Public propertySW2
SW2
(Inherited from ResponseApdu.)

See Also