Channel

data class Channel(val settings: <Error class: unknown class> = default.settings, val loraConfig: <Error class: unknown class> = default.loraConfig)

Constructors

Link copied to clipboard
constructor(settings: <Error class: unknown class> = default.settings, loraConfig: <Error class: unknown class> = default.loraConfig)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val hash: Int

Given a channel name and psk, return the (0 to 255) hash for that channel

Link copied to clipboard

Extension property to check if the channel uses a low entropy PSK (not securely encrypted).

Link copied to clipboard

Extension property to check if MQTT is enabled for the channel.

Link copied to clipboard

Extension property to check if the channel has precise location enabled.

Link copied to clipboard
val loraConfig: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
val psk: ByteString
Link copied to clipboard
Link copied to clipboard
val settings: <Error class: unknown class>

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int