Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-testing
/
org.meshtastic.core.testing
/
FakeRadioController
/
ChannelWrite
Channel
Write
data
class
ChannelWrite
(
val
destination
:
Int
?
,
val
channel
:
Channel
)
(
source
)
One local or admin channel write. Local writes have no destination.
Members
Constructors
Channel
Write
Link copied to clipboard
constructor
(
destination
:
Int
?
,
channel
:
Channel
)
Properties
channel
Link copied to clipboard
val
channel
:
Channel
destination
Link copied to clipboard
val
destination
:
Int
?