anyKode Marilou
ContentsIndexHome
PreviousUpNext
ModaCPP::DevicesGroupMessageResponse Structure

Structure used by Receivers to returns received data.

C++
struct DevicesGroupMessageResponse {
  void * pData;
  int ReturnedSize;
};

ModaCpp.h

Members 
Description 
void * pData; 
Pointer to a data storage (buffer). 
int ReturnedSize; 
Received data bytes size. 

The Received fill pData buffer with received data then indicates in ReturnedSize the filled bytes size.

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