The ResponseApdu type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Clone this object.
|
![]() | Equals |
Check if this CommandAPDU is equal to specified object.
(Overrides Object..::..Equals(Object).) |
![]() | Fetch24BitInteger |
Read a short from current position.
|
![]() | FetchByte |
Read a byte from current position.
|
![]() | FetchBytes |
Read multiple bytes from current position.
|
![]() | FetchInt |
Read an integer from current position.
|
![]() | FetchLong |
Read a long from current position.
|
![]() | FetchShort |
Read a short from current position.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Get hash code for this object.
(Overrides Object..::..GetHashCode()()()().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Reset |
Reset position for fetch methods to 0.
|
![]() | ToString |
Get this CommandAPDU as string (hexadecimal dump of byte content).
(Overrides Object..::..ToString()()()().) |