ChannelSummary

data class ChannelSummary(val index: Int, val name: String, val isPrimary: Boolean, val uplinkEnabled: Boolean, val downlinkEnabled: Boolean)(source)

Summary information for a single mesh channel.

Constructors

Link copied to clipboard
constructor(index: Int, name: String, isPrimary: Boolean, uplinkEnabled: Boolean, downlinkEnabled: Boolean)

Properties

Link copied to clipboard

Downlink enabled for this channel.

Link copied to clipboard
val index: Int

Channel index (0-7).

Link copied to clipboard

Whether this is the primary/default channel.

Link copied to clipboard

Display name of the channel.

Link copied to clipboard

Uplink enabled for this channel.