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.CommunicationAssembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntaxpublic string DeviceName { get; }
Property Value
Type:
String
See Also