DeviceHardwareLocalDataSource

Constructors

Link copied to clipboard
constructor(dbManager: DatabaseProvider, dispatchers: CoroutineDispatchers)

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun getByHwModel(hwModel: Int): List<DeviceHardwareEntity>
Link copied to clipboard
suspend fun getByModelAndTarget(hwModel: Int, target: String): DeviceHardwareEntity?
Link copied to clipboard
suspend fun getByTarget(target: String): DeviceHardwareEntity?
Link copied to clipboard
suspend fun insertAllDeviceHardware(deviceHardware: List<NetworkDeviceHardware>)