NodeField

Fields that may change in a NodeInfo.

Used by NodeChange.Updated to indicate which attributes were modified.

Since

0.1.0

Entries

Link copied to clipboard

Node name or callsign changed.

Link copied to clipboard

GPS position changed.

Link copied to clipboard

Signal quality (SNR, RSSI) changed.

Link copied to clipboard

Battery level changed.

Link copied to clipboard

Telemetry data changed.

Link copied to clipboard

Device info (model, firmware, etc.) changed.

Link copied to clipboard

Last seen timestamp changed.

Link copied to clipboard

User profile changed.

Link copied to clipboard

Some other field changed.

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
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard
fun valueOf(value: String): NodeField

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.