The CommandApdu type exposes the following members.

Methods

  NameDescription
Public methodAppend(Byte)
Append byte to this apdu (IDATA).
Public methodAppend(array<Byte>[]()[][])
Append bytes to this apdu (IDATA).
Public methodAppend(Int16)
Append a short value to this apdu (IDATA).
Public methodAppend(Int32)
Append an integer value to this apdu (IDATA).
Public methodAppend(Int64)
Append a long value to this apdu (IDATA).
Public methodAppend(array<Byte>[]()[][], Int32, Int32)
Append bytes to this apdu (IDATA).
Public methodAppend24BitInteger
Append an 3 byte 24 bit integer value to this apdu (IDATA).
Public methodClone
Clone this object.
Public methodCopyIData
Copy IDATA (see ISO7816) of APDU to destination buffer.
Public methodDisableLE
Disable LE.
Public methodEquals
Check if this CommandAPDU is equal to specified object.
(Overrides Object..::..Equals(Object).)
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 CommandAPDU to have no data but header (CLA INS P1 P2) with LC=0 and LE=0
Protected methodSetLC
Set LC value for this APDU.
Public methodToString
Get this CommandAPDU as string (hexadecimal dump of byte content).
(Overrides Object..::..ToString()()()().)

See Also