ConnectionStatus
Describes the current state of an enabled Device in the network
enum ConnectionStatus {
UNKNOWN
GOOD
NO_CONNECTION
BAD_POSITION
NO_POSITION
}
Values
ConnectionStatus.UNKNOWN
The default state when no information is known about the connection status of this device. For example, the device has never connected.
ConnectionStatus.GOOD
The device is both connected to the corrections network and sending a valid position
ConnectionStatus.NO_CONNECTION
The device is not currently connected to the corrections network
ConnectionStatus.BAD_POSITION
The device has successfully connected to the corrections network, but has sent an invalid position.
Most commonly this is a result of a client sending all zeroes for the position but it may also include values that exceed the maximum longitude or latitude of planet Earth.
ConnectionStatus.NO_POSITION
The device has successfully connected to the corrections network, but has not yet sent a position. A position is required to associate the device with the nearest reference station.
Member Of
Device object ● RtkService object