APDU second ISO7816 parameter P2

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

Syntax

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

Property Value

Type: Byte

See Also