APDU class byte CLA

Namespace: BasicCard.ProcessorCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public virtual byte CLA { get; set; }
Visual Basic
Public Overridable Property CLA As Byte
	Get
	Set
Visual C++
public:
virtual property unsigned char CLA {
	unsigned char get ();
	void set (unsigned char value);
}
F#
abstract CLA : byte with get, set
override CLA : byte with get, set

Property Value

Type: Byte
APDU class byte CLA

See Also