SatConnectionStatus

Enum representing the possible satellite connection status states.

This enum defines the various states of a satellite connection that devices can be in during communication attempts. Each status provides specific information about the current connectivity state with the satellite network.

Entries

Link copied to clipboard

Device is actively searching for a satellite connection. This is the acquisition phase where the device is attempting to establish initial contact with the satellite network.

Link copied to clipboard

Device has established a full connection to the satellite network capable of sending and receiving messages, and all services should be available.

Link copied to clipboard

Device has established a full connection to the satellite network. This represents optimal connectivity where all services should be available. This is a connected state where the device is Idle.

Link copied to clipboard

Device is not connected to any satellite network. This state indicates no satellite services are currently available.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Integer representation of the connection status used in APIs and status reporting.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.