TaskSelectTransceiver.readValue

Populates value with value.sizeof bytes read from the I/O device.

class TaskSelectTransceiver
void
readValue
(
T
)
(
out T value
)

Parameters

value T

reference to a variable to be populated

Throws

IOException if no data were received nor will any arrive later: - IOWarning on end-of-flow condition or if the remote hung up, - IOError (IOWarning subclass) on I/O error.

Meta