The BasicCardCommand type exposes the following members.

Methods

  NameDescription
Public methodAppend(Byte)
Append byte to this apdu (IDATA).
(Inherited from CommandApdu.)
Public methodAppend(array<Byte>[]()[][])
Append bytes to this apdu (IDATA).
(Inherited from CommandApdu.)
Public methodAppend(Int16)
Append a short value to this apdu (IDATA).
(Inherited from CommandApdu.)
Public methodAppend(Int32)
Append an integer value to this apdu (IDATA).
(Inherited from CommandApdu.)
Public methodAppend(Int64)
Append a long value to this apdu (IDATA).
(Inherited from CommandApdu.)
Public methodAppend(array<Byte>[]()[][], Int32, Int32)
Append bytes to this apdu (IDATA).
(Inherited from CommandApdu.)
Public methodAppend24BitInteger
Append a 24 Bit Integer parameter to BasicCardCommand.
(Overrides CommandApdu..::..Append24BitInteger(Int32).)
Public methodAppendBasicByte
Append a BasicCard Byte (.Net Byte, C# byte, Visual Basic Byte) parameter to BasicCardCommand.
Public methodAppendBasicInteger
Append a BasicCard Integer (.Net Int16, C# short, Visual Basic Short) parameter to BasicCardCommand.
Public methodAppendBasicLong
Append a BasicCard Long (.Net Int32, C# int, Visual Basic Integer) parameter to BasicCardCommand.
Public methodAppendBasicSingle
Append a BasicCard Single (.Net Single, C# float, Visual Basic Single) parameter to BasicCardCommand.
Public methodAppendBasicString(array<Byte>[]()[][])
Append a BasicCard (variable length) String (.Net Byte Array, C# byte[], Visual Basic Byte()) parameter to BasicCardCommand.
Public methodAppendBasicString(BasicCardString)
Append a BasicCard (variable length) String (BasicCardString) parameter to BasicCardCommand.
Public methodAppendBasicStringN(BasicCardStringN)
Append a BasicCard (fixed length) String*N (.Net Byte Array, C# byte[], Visual Basic Byte()) parameter to BasicCardCommand.
Public methodAppendBasicStringN(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.
Public methodAppendBasicStringN(Int32, array<Byte>[]()[][], Byte)
Append a BasicCard (fixed length) String*N (.Net Byte Array, C# byte[], Visual Basic Byte()) parameter to BasicCardCommand.
Public methodClone
Clone this object.
(Inherited from CommandApdu.)
Public methodCopyIData
Copy IDATA (see ISO7816) of APDU to destination buffer.
(Inherited from CommandApdu.)
Public methodDisableLE
Disable LE.
(Inherited from CommandApdu.)
Public methodEquals
Check if this CommandAPDU is equal to specified object.
(Inherited from CommandApdu.)
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.
(Inherited from CommandApdu.)
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 BasicCardCommandAPDU to have no data but header (CLA INS P1 P2) with LC=0 and LE=default.
(Overrides CommandApdu..::..Reset()()()().)
Public methodSetDefaultLE
Let BasicCardCommand determine a proper value for LE and assign this value to LE.
Protected methodSetLC
Set LC value for this APDU.
(Inherited from CommandApdu.)
Public methodToString
Get this CommandAPDU as string (hexadecimal dump of byte content).
(Inherited from CommandApdu.)

See Also