Datagram::ReadRequest Struct Reference
Request read from provider. More...
#include <DatagramInterface.h>
Data Fields | |
| char * | buf |
| size_t | len |
| Address of data. | |
| struct sockaddr * | saddr |
| Length of data read. | |
| socklen_t | salen |
| Source address buffer. | |
Detailed Description
Request read from provider.
Definition at line 48 of file DatagramInterface.h.
Field Documentation
◆ buf
| char* Datagram::ReadRequest::buf |
Definition at line 49 of file DatagramInterface.h.
◆ len
| size_t Datagram::ReadRequest::len |
Address of data.
Definition at line 50 of file DatagramInterface.h.
Referenced by Datagram::DgramPoll::actualDeliver(), and Datagram::DgramPoll::tidy().
◆ saddr
| struct sockaddr* Datagram::ReadRequest::saddr |
Length of data read.
Definition at line 51 of file DatagramInterface.h.
◆ salen
| socklen_t Datagram::ReadRequest::salen |
Source address buffer.
Definition at line 52 of file DatagramInterface.h.
The documentation for this struct was generated from the following file: