A structure representing data read. More...
#include "unix-fd-reader.h"
| Public Member Functions | |
| Data () | |
| Default constructor, with null buffer and zero length.  More... | |
| Data (uint8_t *buf, ssize_t len) | |
| Construct from a buffer of a given length.  More... | |
| Public Attributes | |
| uint8_t * | m_buf | 
| The read data buffer.  More... | |
| ssize_t | m_len | 
| The size of the read data buffer, in bytes.  More... | |
A structure representing data read.
Definition at line 76 of file unix-fd-reader.h.
| 
 | inline | 
Default constructor, with null buffer and zero length.
Definition at line 79 of file unix-fd-reader.h.
| 
 | inline | 
Construct from a buffer of a given length.
| [in] | buf | The buffer. | 
| [in] | len | The size of the buffer, in bytes. | 
Definition at line 87 of file unix-fd-reader.h.
| uint8_t* ns3::FdReader::Data::m_buf | 
The read data buffer.
Definition at line 90 of file unix-fd-reader.h.
| ssize_t ns3::FdReader::Data::m_len | 
The size of the read data buffer, in bytes.
Definition at line 92 of file unix-fd-reader.h.