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