usb-0.6.0.6: Communicate with USB devices

MaintainerBas van Dijk <v.dijk.bas@gmail.com>

System.USB.Exceptions

Description

 

Synopsis

Documentation

data USBException Source

Type of USB exceptions.

Constructors

IOException String

Input/output exception.

InvalidParamException

Invalid parameter.

AccessException

Access denied (insufficient permissions).

NoDeviceException

No such device (it may have been disconnected).

NotFoundException

Entity not found.

BusyException

Resource busy.

TimeoutException

Operation timed out.

OverflowException

Overflow.

PipeException

Pipe exception.

InterruptedException

System call interrupted (perhaps due to signal).

NoMemException

Insufficient memory.

NotSupportedException

Operation not supported or unimplemented on this platform.

OtherException

Other exception.