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.util
/
ChannelIdentity
Channel
Identity
data
class
ChannelIdentity
(
val
name
:
String
,
val
psk
:
ByteString
)
(
source
)
Semantic channel identity based on the effective name and effective PSK.
Members
Constructors
Channel
Identity
Link copied to clipboard
constructor
(
name
:
String
,
psk
:
ByteString
)
Properties
name
Link copied to clipboard
val
name
:
String
psk
Link copied to clipboard
val
psk
:
ByteString
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String