Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.repository.usb
/
UsbRepository
/
UsbRepository
Usb
Repository
@
Inject
constructor
(
application
:
Application
,
dispatchers
:
CoroutineDispatchers
,
processLifecycle
:
Lifecycle
,
usbBroadcastReceiverLazy
:
Lazy
<
UsbBroadcastReceiver
>
,
usbManagerLazy
:
Lazy
<
UsbManager
?
>
,
usbSerialProberLazy
:
Lazy
<
UsbSerialProber
>
)