Data for a Stream send. More...
#include <request_data.h>
Public Member Functions | |
StreamSend (const decltype(_buffer) buffer, const decltype(_length) length) | |
Constructor for stream-specific data. More... | |
Public Attributes | |
const void * | _buffer {nullptr} |
The raw pointer where data to be sent is stored. | |
const size_t | _length {0} |
The length of the message. | |
Data for a Stream send.
Type identifying a Stream send operation and containing data specific to this request type.
|
explicit |
Constructor for stream-specific data.
Construct an object containing stream-specific data.
[in] | buffer | a raw pointer to the data to be sent. |
[in] | length | the size in bytes of the tag message to be sent. |