The ResponseApdu type exposes the following members.

Constructors

  NameDescription
Public methodResponseApdu(array<Byte>[]()[][])
Constructs ResponseAPDU from byte array.
Public methodResponseApdu(ResponseApdu)
Copy constructor.
Public methodResponseApdu(array<Byte>[]()[][], Int32)
Constructs ResponseAPDU from byte array and specified length.

Methods

  NameDescription
Public methodClone
Clone this object.
Public methodEquals
Check if this CommandAPDU is equal to specified object.
(Overrides Object..::..Equals(Object).)
Public methodFetch24BitInteger
Read a short from current position.
Public methodFetchByte
Read a byte from current position.
Public methodFetchBytes
Read multiple bytes from current position.
Public methodFetchInt
Read an integer from current position.
Public methodFetchLong
Read a long from current position.
Public methodFetchShort
Read a short from current position.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Get hash code for this object.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Reset position for fetch methods to 0.
Public methodToString
Get this CommandAPDU as string (hexadecimal dump of byte content).
(Overrides Object..::..ToString()()()().)

Properties

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

See Also