Home |All Classes |Grouped Classes |Index |Search

Function send

Send data to device.

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

Detailed description:

If the device databuffer is too small, it will be extended (ie grow memory block size or file size) 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