anyKode Marilou
ContentsIndexHome
PreviousUpNext
Device::RawRead

Reads raw data from the device

C++
int RawRead(void * pData, int MaxDataByteSize, bool Synchronous = false, M32 * pDeviceResponse = NULL, void * pReserved = NULL);
Parameters 
Description 
void * pData 
[out] Pointer to buffer to be filled 
int MaxDataByteSize 
[in] Buffer bytes size 
bool Synchronous = false 
[in] Synchronous call if true, one shot read otherwise 
M32 * pDeviceResponse = NULL 
(see Message
void * pReserved = NULL 
(see Message

The number of bytes filled in destination buffer, can be less or equal to MaxDataByteSize.

Some devices provides raw data flows. The message sent to the device is Moda::STDCoreDevicesMessages::COREDEVICE_READ if Synchronous is false, Moda::STDCoreDevicesMessages::COREDEVICE_SYNCREAD otherwise. 

 

When Synchronous flag is true, the function call remains blocked until the device has something to write on the data flow. If Synchronous is false, function can returns with no data read.

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!