Click or drag to resize
TappyReaderDeviceName Property

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

Gets the name of the device the driver is currently connected to (USB port name or bluetooth device name depending on the current communcation protocol). Returns null if there is no device connected.

Namespace: TapTrack.Tcmp.Communication
Assembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntax
C#
public string DeviceName { get; }

Property Value

Type: String
See Also