Command APDU for ISO7816. CommandAPDUs are sent to the smart card.
Namespace: BasicCard.ProcessorCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public class CommandApdu : IApdu, ICloneable |
Visual Basic |
---|
<SerializableAttribute> <CLSCompliantAttribute(true)> Public Class CommandApdu Implements IApdu, ICloneable |
Visual C++ |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public ref class CommandApdu : IApdu, ICloneable |
F# |
---|
[<SerializableAttribute>] [<CLSCompliantAttribute(true)>] type CommandApdu = class interface IApdu interface ICloneable end |
Inheritance Hierarchy
System..::..Object
BasicCard.ProcessorCards..::..CommandApdu
BasicCard.BasicCards..::..BasicCardCommand
BasicCard.ProcessorCards..::..CommandApdu
BasicCard.BasicCards..::..BasicCardCommand
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.