Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-connections
/
org.meshtastic.feature.connections.model
/
DeviceListEntry
/
Usb
Usb
data
class
Usb
(
val
usbData
:
UsbDeviceData
,
val
name
:
String
,
val
fullAddress
:
String
,
val
bonded
:
Boolean
,
val
node
:
Node
?
=
null
)
:
DeviceListEntry
(
source
)
Members
Constructors
Usb
Link copied to clipboard
constructor
(
usbData
:
UsbDeviceData
,
name
:
String
,
fullAddress
:
String
,
bonded
:
Boolean
,
node
:
Node
?
=
null
)
Properties
address
Link copied to clipboard
val
address
:
String
bonded
Link copied to clipboard
open
override
val
bonded
:
Boolean
full
Address
Link copied to clipboard
open
override
val
fullAddress
:
String
name
Link copied to clipboard
open
override
val
name
:
String
node
Link copied to clipboard
open
override
val
node
:
Node
?
usb
Data
Link copied to clipboard
val
usbData
:
UsbDeviceData
Functions
copy
Link copied to clipboard
open
override
fun
copy
(
node
:
Node
?
)
:
DeviceListEntry.Usb