Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-model
/
org.meshtastic.core.model
/
Channel
Channel
data
class
Channel
(
val
settings
:
ChannelSettings
=
default.settings
,
val
loraConfig
:
Config.LoRaConfig
=
default.loraConfig
)
(
source
)
Members
Constructors
Channel
Link copied to clipboard
constructor
(
settings
:
ChannelSettings
=
default.settings
,
loraConfig
:
Config.LoRaConfig
=
default.loraConfig
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
channel
Num
Link copied to clipboard
val
channelNum
:
Int
hash
Link copied to clipboard
val
hash
:
Int
Given a channel name and psk, return the (0 to 255) hash for that channel
lora
Config
Link copied to clipboard
val
loraConfig
:
Config.LoRaConfig
name
Link copied to clipboard
val
name
:
String
psk
Link copied to clipboard
val
psk
:
ByteString
radio
Freq
Link copied to clipboard
val
radioFreq
:
Float
settings
Link copied to clipboard
val
settings
:
ChannelSettings
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int