Stream::DataRequest Struct Reference
Information for sending data. More...
#include <StreamInterface.h>
Data Fields | |
| const char * | buf |
| size_t | len |
| Pointer to data to be transferred. | |
Detailed Description
Information for sending data.
Definition at line 89 of file StreamInterface.h.
Field Documentation
◆ buf
| const char* Stream::DataRequest::buf |
Definition at line 90 of file StreamInterface.h.
◆ len
| size_t Stream::DataRequest::len |
Pointer to data to be transferred.
Definition at line 91 of file StreamInterface.h.
Referenced by Stream::SocketPoll::actualDeliver().
The documentation for this struct was generated from the following file: