-
- All Implemented Interfaces:
public class UsbMassStorageDevice.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static UsbMassStorageDevice.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final List<UsbMassStorageDevice>getMassStorageDevices(UsbDevice $self, Context context)final Array<UsbMassStorageDevice>getMassStorageDevices(Context context)This method iterates through all connected USB devices and searches for mass storage devices. -
-
Method Detail
-
getMassStorageDevices
final List<UsbMassStorageDevice> getMassStorageDevices(UsbDevice $self, Context context)
-
getMassStorageDevices
final Array<UsbMassStorageDevice> getMassStorageDevices(Context context)
This method iterates through all connected USB devices and searches for mass storage devices.
- Parameters:
context- Context to get the UsbManager
-
-
-
-