Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-network
/
org.meshtastic.core.network.repository
/
DiscoveredService
Discovered
Service
data
class
DiscoveredService
(
val
name
:
String
,
val
hostAddress
:
String
,
val
port
:
Int
,
val
txt
:
Map
<
String
,
ByteArray
>
=
emptyMap()
)
(
source
)
Members
Members & Extensions
Constructors
Discovered
Service
Link copied to clipboard
constructor
(
name
:
String
,
hostAddress
:
String
,
port
:
Int
,
txt
:
Map
<
String
,
ByteArray
>
=
emptyMap()
)
Properties
host
Address
Link copied to clipboard
val
hostAddress
:
String
name
Link copied to clipboard
val
name
:
String
port
Link copied to clipboard
val
port
:
Int
txt
Link copied to clipboard
val
txt
:
Map
<
String
,
ByteArray
>
Functions
to
Address
String
Link copied to clipboard
fun
DiscoveredService
.
toAddressString
(
)
:
String