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
/
Node
/
Companion
Companion
common
object
Companion
(
source
)
Members
Properties
ERROR_
BYTE_
STRING
Link copied to clipboard
common
val
ERROR_BYTE_STRING
:
ERROR CLASS: Symbol not found for ByteString
Functions
create
Fallback
Link copied to clipboard
common
fun
createFallback
(
nodeNum
:
Int
,
fallbackNamePrefix
:
String
)
:
Node
Creates a fallback
Node
when the node is not found in the database.
get
Relay
Node
Link copied to clipboard
common
fun
getRelayNode
(
relayNodeId
:
Int
,
nodes
:
List
<
Node
>
,
ourNodeNum
:
Int
?
)
:
Node
?