Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.database.dao
/
DeviceHardwareDao
Device
Hardware
Dao
interface
DeviceHardwareDao
Members
Functions
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
By
Hw
Model
Link copied to clipboard
abstract
suspend
fun
getByHwModel
(
hwModel
:
Int
)
:
DeviceHardwareEntity
?
insert
Link copied to clipboard
abstract
suspend
fun
insert
(
deviceHardware
:
DeviceHardwareEntity
)