The CommandApdu type exposes the following members.

Properties

  NameDescription
Public propertyCLA
APDU class byte CLA
Public propertyData
Get a copy of the byte array holding the apdu data (Header + IDATA).
Public propertyDoNotLog
If set to true prevent this command apdu from being visible in log file.
Public propertyStatic memberDoNotLogGlobal
Initial value for CommandAPDU.DoNotLog. Set to true (default) to prevent any command apdu to be visible in log file.
Public propertyExtendedLC
LC value (supporting extended length) for this APDU.
Public propertyIData
Get a copy of the byte array holding the apdu data field (IDATA without header).
Public propertyINS
APDU instruction byte INS.
Public propertyIsLEDisabled
True if LE is disabled, otherwise false.
Public propertyItem
Get a byte of this APDU.
Public propertyLC
LC value for this APDU.
Public propertyLcField
Get a copy of the apdu lc field. This may be one (standard length) or multiple bytes (extended length).
Public propertyLE
LE (0..255 respective 0..65535 or LeDisabled)
Public propertyLeField
Get a copy of the apdu le field. This may be none (disable Le), one (standard length) or multiple bytes (extended length).
Public propertyLength
Get current length of complete APDU.
Public propertyP1
APDU first ISO7816 parameter P1.
Public propertyP1P2
APDU combined first and second parameter P1P2.
Public propertyP2
APDU second ISO7816 parameter P2
Public propertyUseExtendedLC
Indicates if the APDU should be encoded using extended length LC.
Public propertyUseExtendedLE
Indicates if the APDU should be encoded using extended length LE.
Public propertyUseExtendedLength
Indicates if the APDU should be encoded using extended length LC and LE.

See Also