The BasicCardCommand type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BasicCardCommand()()()() |
Constructs an empty BasicCardCommand object.
|
![]() | BasicCardCommand(Byte, Byte) |
Constructs an empty BasicCardCommand object with specified CLA and INS.
|
![]() | BasicCardCommand(Byte, Byte, Byte, Byte) |
Constructs an empty BasicCardCommand object with specified CLA, INS, P1, P2.
|
Methods
Name | Description | |
---|---|---|
![]() | Append(Byte) |
Append byte to this apdu (IDATA).
(Inherited from CommandApdu.) |
![]() | Append(array<Byte>[]()[][]) |
Append bytes to this apdu (IDATA).
(Inherited from CommandApdu.) |
![]() | Append(Int16) |
Append a short value to this apdu (IDATA).
(Inherited from CommandApdu.) |
![]() | Append(Int32) |
Append an integer value to this apdu (IDATA).
(Inherited from CommandApdu.) |
![]() | Append(Int64) |
Append a long value to this apdu (IDATA).
(Inherited from CommandApdu.) |
![]() | Append(array<Byte>[]()[][], Int32, Int32) |
Append bytes to this apdu (IDATA).
(Inherited from CommandApdu.) |
![]() | Append24BitInteger |
Append a 24 Bit Integer parameter to BasicCardCommand.
(Overrides CommandApdu..::..Append24BitInteger(Int32).) |
![]() | AppendBasicByte |
Append a BasicCard Byte (.Net Byte, C# byte, Visual Basic Byte) parameter to BasicCardCommand.
|
![]() | AppendBasicInteger |
Append a BasicCard Integer (.Net Int16, C# short, Visual Basic Short) parameter to BasicCardCommand.
|
![]() | AppendBasicLong |
Append a BasicCard Long (.Net Int32, C# int, Visual Basic Integer) parameter to BasicCardCommand.
|
![]() | AppendBasicSingle |
Append a BasicCard Single (.Net Single, C# float, Visual Basic Single) parameter to BasicCardCommand.
|
![]() | AppendBasicString(array<Byte>[]()[][]) |
Append a BasicCard (variable length) String (.Net Byte Array, C# byte[], Visual Basic Byte()) parameter to BasicCardCommand.
|
![]() | AppendBasicString(BasicCardString) |
Append a BasicCard (variable length) String (BasicCardString) parameter to BasicCardCommand.
|
![]() | AppendBasicStringN(BasicCardStringN) |
Append a BasicCard (fixed length) String*N (.Net Byte Array, C# byte[], Visual Basic Byte()) parameter to BasicCardCommand.
|
![]() | AppendBasicStringN(Int32, array<Byte>[]()[][]) |
Append a BasicCard (fixed length) String*N (.Net Byte Array, C# byte[], Visual Basic Byte()) parameter to BasicCardCommand.
Using Fillchar = BasicCardStringN.DefaultFillChar.
|
![]() | AppendBasicStringN(Int32, array<Byte>[]()[][], Byte) |
Append a BasicCard (fixed length) String*N (.Net Byte Array, C# byte[], Visual Basic Byte()) parameter to BasicCardCommand.
|
![]() | Clone |
Clone this object.
(Inherited from CommandApdu.) |
![]() | CopyIData |
Copy IDATA (see ISO7816) of APDU to destination buffer.
(Inherited from CommandApdu.) |
![]() | DisableLE |
Disable LE.
(Inherited from CommandApdu.) |
![]() | Equals |
Check if this CommandAPDU is equal to specified object.
(Inherited from CommandApdu.) |
![]() | 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.
(Inherited from CommandApdu.) |
![]() | 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 BasicCardCommandAPDU to have no data but header (CLA INS P1 P2) with LC=0 and LE=default.
(Overrides CommandApdu..::..Reset()()()().) |
![]() | SetDefaultLE |
Let BasicCardCommand determine a proper value for LE and assign this value to LE.
|
![]() | SetLC |
Set LC value for this APDU.
(Inherited from CommandApdu.) |
![]() | ToString |
Get this CommandAPDU as string (hexadecimal dump of byte content).
(Inherited from CommandApdu.) |
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.) |