dnp3 (C API) 1.1.0
dnp3_header_info_t Struct Reference

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

#include <dnp3.h>

Data Fields

dnp3_variation_t variation
 underlying variation in the response More...
 
dnp3_qualifier_code_t 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...
 

Detailed Description

Information about the object header and specific variation.

Field Documentation

◆ has_flags

bool dnp3_header_info_t::has_flags

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

◆ is_event

bool dnp3_header_info_t::is_event

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

◆ qualifier

dnp3_qualifier_code_t dnp3_header_info_t::qualifier

Qualifier code used in the response.

◆ variation

dnp3_variation_t dnp3_header_info_t::variation

underlying variation in the response


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