Protocol used for current card. 0 for T=0 or 1 for T=1.
Namespace: BasicCard.TerminalsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
int Protocol { get; } |
Visual Basic |
---|
ReadOnly Property Protocol As Integer Get |
Visual C++ |
---|
property int Protocol { int get (); } |
F# |
---|
abstract Protocol : int with get |