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 getEndpointCount returns 0, or when getEndpoint method did not return endpoint
InterfaceNotFoundException
Thrown when device has no interfaces, or when getInterface method did not return interface
ListDevicesException
PermissionException
Thrown when failed to obtain permission to connect to device.