Click or drag to resize
TappyReader Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the TappyReader class

Namespace: TapTrack.Tcmp.Communication
Assembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntax
C#
public TappyReader(
	CommunicationProtocol protocol
)

Parameters

protocol
Type: TapTrack.Tcmp.CommunicationCommunicationProtocol
Which protocol the driver should communicate over
See Also