The ResponseApdu type exposes the following members.

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()()()().)

See Also