The ResponseApdu type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ResponseApdu(array<Byte>[]()[][]) |
Constructs ResponseAPDU from byte array.
|
![]() | ResponseApdu(ResponseApdu) |
Copy constructor.
|
![]() | ResponseApdu(array<Byte>[]()[][], Int32) |
Constructs ResponseAPDU from byte array and specified length.
|
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()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | Data |
Get a copy of the byte array holding the apdu data (excluding SW1SW2).
|
![]() | DoNotLog |
If set to true prevent this response apdu from being visible in log file.
|
![]() | Item |
Get a byte of this apdu.
|
![]() | Length |
Get current length of apdu data (excluding SW1SW2).
|
![]() | SW1 |
SW1
|
![]() | SW1SW2 |
SW1SW2
|
![]() | SW2 |
SW2
|