![]() |
DataStream
1.8.8
DataStream : framework to save/load/serialize/deserialize data
|
How to read unsigned char from a message. More...
#include <data_stream_message.h>
Static Public Member Functions | |
| static bool | data_stream (char *&ds, unsigned char &data) |
| Read the unsigned char in the message. More... | |
| static bool | data_stream (char *&ds, unsigned char *data, size_t nbElement) |
| Read the unsigned char in the message. More... | |
How to read unsigned char from a message.
Definition at line 87 of file data_stream_message.h.
|
static |
Read the unsigned char in the message.
| [out] | ds | : message to be read |
| [out] | data | : data to be set |
Definition at line 266 of file data_stream_message.cpp.
|
static |
Read the unsigned char in the message.
| [out] | ds | : message to be read |
| [out] | data | : data to be set |
| nbElement | : number of element of the data |
Definition at line 279 of file data_stream_message.cpp.