APDU instruction byte INS.

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

Syntax

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

Property Value

Type: Byte

See Also