D2DSatMode

Enum representing the different satellite communication modes available for Device-to-Device (D2D) functionality.

This enum defines the possible satellite operation modes that control how and when satellite communication is used between devices. Each mode determines the device's behavior regarding satellite connectivity.

Entries

Link copied to clipboard

Satellite communication is completely disabled. The device will only use terrestrial networks for D2D communication.

Link copied to clipboard

Satellite communication is used only when terrestrial networks are unavailable. The device will automatically switch to satellite mode when traditional networks cannot be reached, providing fallback connectivity.

Link copied to clipboard

Satellite communication is exclusively used for all D2D communications. The device will ignore terrestrial networks even if available, ensuring all communications go through satellite channels.

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 satellite mode used in configuration and APIs.

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.