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: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
true if disconnected; otherwise, false.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
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.