TaskSelectTransceiver.writeValue

Writes the byte data of value to the I/O device. If the I/O device is a TCP socket then the data may be buffered for at most 200ms using the TCP Cork feature of Linux. In this case call flush() to write all pending data immediately.

class TaskSelectTransceiver
void
writeValue
(
T
)
(
in T value
)

Parameters

value T

the value of which the byte data to write

Throws

IOException if no data were sent nor will it be possible later: - IOWarning if the remote hung up, - IOError (IOWarning subclass) on I/O error.

Meta