Stream::ReadRequest Struct Reference
Data read from provider. More...
#include <StreamInterface.h>
Data Fields | |
| char * | buf |
| size_t | len |
| Address of data. | |
| bool | fill |
| Length of data read. | |
Detailed Description
Data read from provider.
Definition at line 82 of file StreamInterface.h.
Field Documentation
◆ buf
| char* Stream::ReadRequest::buf |
Definition at line 83 of file StreamInterface.h.
◆ len
| size_t Stream::ReadRequest::len |
Address of data.
Definition at line 84 of file StreamInterface.h.
Referenced by Stream::SocketPoll::actualDeliver().
◆ fill
| bool Stream::ReadRequest::fill |
Length of data read.
Definition at line 85 of file StreamInterface.h.
Referenced by Stream::SocketPoll::actualDeliver().
The documentation for this struct was generated from the following file: