APDU first ISO7816 parameter P1.

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

Syntax

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

Property Value

Type: Byte

See Also