Set protocol used by card

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

Syntax

C#
void SetProtocol(
	int prot
)
Visual Basic
Sub SetProtocol ( 
	prot As Integer
)
Visual C++
void SetProtocol(
	int prot
)
F#
abstract SetProtocol : 
        prot : int -> unit 

Parameters

prot
Type: System..::..Int32
0 if T=0 or 1 if T=1

See Also