Channel

data class Channel(val settings: ChannelSettings = default.settings, val loraConfig: Config.LoRaConfig = default.loraConfig)(source)

Constructors

Link copied to clipboard
constructor(settings: ChannelSettings = default.settings, loraConfig: Config.LoRaConfig = 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
val loraConfig: Config.LoRaConfig
Link copied to clipboard
Link copied to clipboard
val psk: ByteString
Link copied to clipboard
Link copied to clipboard
val settings: ChannelSettings

Functions

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