TrackerDisconnected Property
Gets a value indicating whether this Tracker is disconnected.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.AssetTracker
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
true if disconnected; otherwise, false.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
public bool Disconnected { get; set; }VB
Public Property Disconnected As Boolean
Get
SetC++
public:
property bool Disconnected {
bool get ();
void set (bool value);
}F#
member Disconnected : bool with get, setProperty Value
Booleantrue if disconnected; otherwise, false.