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# |
---|
public abstract int Protocol { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property Protocol As Integer Get |
Visual C++ |
---|
public: virtual property int Protocol { int get () abstract; } |
F# |
---|
abstract Protocol : int with get |