Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.repository.api
/
DeviceHardwareLocalDataSource
Device
Hardware
Local
Data
Source
class
DeviceHardwareLocalDataSource
@
Inject
constructor
(
deviceHardwareDaoLazy
:
Lazy
<
DeviceHardwareDao
>
)
Members
Constructors
Device
Hardware
Local
Data
Source
Link copied to clipboard
@
Inject
constructor
(
deviceHardwareDaoLazy
:
Lazy
<
DeviceHardwareDao
>
)
Functions
delete
All
Device
Hardware
Link copied to clipboard
suspend
fun
deleteAllDeviceHardware
(
)
:
<Error class: unknown class>
get
By
Hw
Model
Link copied to clipboard
suspend
fun
getByHwModel
(
hwModel
:
Int
)
:
DeviceHardwareEntity
?
insert
All
Device
Hardware
Link copied to clipboard
suspend
fun
insertAllDeviceHardware
(
deviceHardware
:
List
<
NetworkDeviceHardware
>
)