The CommandApdu type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Append(Byte) |
Append byte to this apdu (IDATA).
|
![]() | Append(array<Byte>[]()[][]) |
Append bytes to this apdu (IDATA).
|
![]() | Append(Int16) |
Append a short value to this apdu (IDATA).
|
![]() | Append(Int32) |
Append an integer value to this apdu (IDATA).
|
![]() | Append(Int64) |
Append a long value to this apdu (IDATA).
|
![]() | Append(array<Byte>[]()[][], Int32, Int32) |
Append bytes to this apdu (IDATA).
|
![]() | Append24BitInteger |
Append an 3 byte 24 bit integer value to this apdu (IDATA).
|
![]() | Clone |
Clone this object.
|
![]() | CopyIData |
Copy IDATA (see ISO7816) of APDU to destination buffer.
|
![]() | DisableLE |
Disable LE.
|
![]() | Equals |
Check if this CommandAPDU is equal to specified object.
(Overrides Object..::..Equals(Object).) |
![]() | 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 CommandAPDU to have no data but header (CLA INS P1 P2) with LC=0 and LE=0
|
![]() | SetLC |
Set LC value for this APDU.
|
![]() | ToString |
Get this CommandAPDU as string (hexadecimal dump of byte content).
(Overrides Object..::..ToString()()()().) |