
Alias for receive(data, len, receive_all).
int CL_IODevice::read( 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