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