Maintainer | Bas van Dijk <v.dijk.bas@gmail.com> |
---|
Iteratee enumerators for endpoints.
Documentation
:: (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 α |
:: (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 α |