anyKode Marilou
ContentsIndexHome
PreviousUpNext
Device::RawWrite

Writes raw data to the device.

C++
bool RawWrite(void * pData, int iDataByteSize, M32 * pDeviceResponse = NULL, void * pReserved = NULL);
Parameters 
Description 
void * pData 
[in] Pointer to data to sent to device. 
int iDataByteSize 
[in] Size in bytes of data to be send. 
M32 * pDeviceResponse = NULL 
(see Message
void * pReserved = NULL 
(see Message

True if array is sent to the device, false otherwise.

Some devices provides raw data flows. The message sent is Moda::STDCoreDevicesMessages::COREDEVICE_WRITE.

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