Home |All Classes |Grouped Classes |Index |Search

Function receive

Receive data from device.

	int CL_IODevice::receive(
		void * data,
		int len,
		bool receive_all = true);

Detailed description:

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