$search
data structure for storing responses from the remote DSACON32m controller More...
#include <dsa.h>
Public Member Functions | |
sResponse (UInt8 *_payload, int _max_payload_size) | |
constructor to init pointer and max size | |
Public Attributes | |
Int32 | max_payload_size |
UInt8 | packet_id |
UInt8 * | payload |
UInt16 | size |
data structure for storing responses from the remote DSACON32m controller
Definition at line 264 of file dsa.h.
cDSA::sResponse::sResponse | ( | UInt8 * | _payload, | |
int | _max_payload_size | |||
) | [inline] |