TCPTransport.send

Send the provided data and return the number of bytes sent.

If the return value is not equal to the length of the input in bytes, there was a transmission error.

struct TCPTransport
package
size_t
send
(
const char[] data
)

Parameters

data char[]

The string data to send.

Meta