another_flutter_usb_write library
Classes
- FlutterUsbWrite
- UsbDevice
- UsbDevice holds the USB device information
- UsbEvent
Exceptions / Errors
- DeviceNotFoundException
- Thrown when specific device to open connection to is not found
- EndpointNotFoundException
-
Thrown when
getEndpointCountreturns 0, or whengetEndpointmethod did not return endpoint - InterfaceNotFoundException
-
Thrown when device has no interfaces, or when
getInterfacemethod did not return interface - ListDevicesException
- PermissionException
- Thrown when failed to obtain permission to connect to device.