Home |All Classes |Grouped Classes |Index |Search

Function write

Alias for send(data, len, send_all).

	int CL_IODevice::write(
		const void * data,
		int len,
		bool send_all = true);

Detailed description:

param: data = Data to send param: len = Length to send param: send_all = true to send all the data. false = send part of the data, if it would block