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