dnp3 (C++ API) 1.1.0
dnp3::HeaderInfo Struct Reference

Information about the object header and specific variation. More...

#include <dnp3.hpp>

Public Attributes

Variation variation
 underlying variation in the response More...
 
QualifierCode qualifier
 Qualifier code used in the response. More...
 
bool is_event
 true if the received variation is an event type, false otherwise More...
 
bool has_flags
 true if a flags byte is present on the underlying variation, false otherwise More...
 

Friends

class CppHeaderInfoFriend
 

Detailed Description

Information about the object header and specific variation.

Member Data Documentation

◆ has_flags

bool dnp3::HeaderInfo::has_flags

true if a flags byte is present on the underlying variation, false otherwise

◆ is_event

bool dnp3::HeaderInfo::is_event

true if the received variation is an event type, false otherwise

◆ qualifier

QualifierCode dnp3::HeaderInfo::qualifier

Qualifier code used in the response.

◆ variation

Variation dnp3::HeaderInfo::variation

underlying variation in the response


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