A Discrete-Event Network Simulator
API
ns3::FdReader::Data Struct Reference

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...
 

Detailed Description

A structure representing data read.

Definition at line 76 of file unix-fd-reader.h.

Constructor & Destructor Documentation

ns3::FdReader::Data::Data ( )
inline

Default constructor, with null buffer and zero length.

Definition at line 79 of file unix-fd-reader.h.

ns3::FdReader::Data::Data ( uint8_t *  buf,
ssize_t  len 
)
inline

Construct from a buffer of a given length.

Parameters
[in]bufThe buffer.
[in]lenThe size of the buffer, in bytes.

Definition at line 86 of file unix-fd-reader.h.

Member Data Documentation

uint8_t* ns3::FdReader::Data::m_buf

The read data buffer.

Definition at line 88 of file unix-fd-reader.h.

Referenced by ns3::FdReader::Run().

ssize_t ns3::FdReader::Data::m_len

The size of the read data buffer, in bytes.

Definition at line 90 of file unix-fd-reader.h.

Referenced by ns3::FdReader::Run().


The documentation for this struct was generated from the following file: