The CommandApdu type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CLA |
APDU class byte CLA
|
![]() | Data |
Get a copy of the byte array holding the apdu data (Header + IDATA).
|
![]() | DoNotLog |
If set to true prevent this command apdu from being visible in log file.
|
![]() ![]() | DoNotLogGlobal |
Initial value for CommandAPDU.DoNotLog. Set to true (default) to prevent any command apdu to be visible in log file.
|
![]() | ExtendedLC |
LC value (supporting extended length) for this APDU.
|
![]() | IData |
Get a copy of the byte array holding the apdu data field (IDATA without header).
|
![]() | INS |
APDU instruction byte INS.
|
![]() | IsLEDisabled |
True if LE is disabled, otherwise false.
|
![]() | Item |
Get a byte of this APDU.
|
![]() | LC |
LC value for this APDU.
|
![]() | LcField |
Get a copy of the apdu lc field. This may be
one (standard length) or multiple bytes (extended length).
|
![]() | LE |
LE (0..255 respective 0..65535 or LeDisabled)
|
![]() | LeField |
Get a copy of the apdu le field. This may be none (disable Le),
one (standard length) or multiple bytes (extended length).
|
![]() | Length |
Get current length of complete APDU.
|
![]() | P1 |
APDU first ISO7816 parameter P1.
|
![]() | P1P2 |
APDU combined first and second parameter P1P2.
|
![]() | P2 |
APDU second ISO7816 parameter P2
|
![]() | UseExtendedLC |
Indicates if the APDU should be encoded using extended length LC.
|
![]() | UseExtendedLE |
Indicates if the APDU should be encoded using extended length LE.
|
![]() | UseExtendedLength |
Indicates if the APDU should be encoded using extended length LC and LE.
|