Meshtastic App
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.repository.radio
/
NopInterface
Nop
Interface
androidJvm
class
NopInterface
@
AssistedInject
constructor
(
@
Assisted
val
address
:
String
)
:
IRadioInterface
(
source
)
Members
Constructors
Nop
Interface
Link copied to clipboard
androidJvm
@
AssistedInject
constructor
(
@
Assisted
address
:
String
)
Properties
address
Link copied to clipboard
androidJvm
val
address
:
String
Functions
close
Link copied to clipboard
androidJvm
open
override
fun
close
(
)
handle
Send
To
Radio
Link copied to clipboard
androidJvm
open
override
fun
handleSendToRadio
(
p
:
ByteArray
)