| Maintainer | Bas van Dijk <v.dijk.bas@gmail.com> |
|---|
System.USB.IO.Synchronous.Enumerator
Description
Iteratee enumerators for endpoints.
Documentation
Arguments
| :: (ReadableChunk s Word8, NullPoint s, MonadControlIO m) | |
| => DeviceHandle | A handle for the device to communicate with. |
| -> EndpointAddress | The address of a valid |
| -> Size | Chunk size. A good value for this would be
the |
| -> Timeout | Timeout (in milliseconds) that this function should wait for each chunk before giving up due to no response being received. For no timeout, use value 0. |
| -> Enumerator s m α |
Arguments
| :: (ReadableChunk s Word8, NullPoint s, MonadControlIO m) | |
| => DeviceHandle | A handle for the device to communicate with. |
| -> EndpointAddress | The address of a valid |
| -> Size | Chunk size. A good value for this would
be the |
| -> Timeout | Timeout (in milliseconds) that this function should wait for each chunk before giving up due to no response being received. For no timeout, use value 0. |
| -> Enumerator s m α |