opendnp3  3.0.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::Buffer Struct Reference

#include <opendnp3/util/Buffer.h>

Public Member Functions

 Buffer ()=default
 
 Buffer (const uint8_t *data, std::size_t length)
 

Public Attributes

const uint8_t * data = nullptr
 
std::size_t length = 0
 

Detailed Description

Definition at line 29 of file Buffer.h.

Constructor & Destructor Documentation

◆ Buffer() [1/2]

opendnp3::Buffer::Buffer ( )
default

◆ Buffer() [2/2]

opendnp3::Buffer::Buffer ( const uint8_t *  data,
std::size_t  length 
)
inline

Definition at line 32 of file Buffer.h.

Member Data Documentation

◆ data

const uint8_t* opendnp3::Buffer::data = nullptr

Definition at line 34 of file Buffer.h.

◆ length

std::size_t opendnp3::Buffer::length = 0

Definition at line 35 of file Buffer.h.


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