dnp3 (C API) 1.1.0
dnp3_decode_level_t Struct Reference

Controls the decoding of transmitted and received data at the application, transport, link, and physical layers. More...

#include <dnp3.h>

Data Fields

dnp3_app_decode_level_t application
 Controls application fragment decoding. More...
 
dnp3_transport_decode_level_t transport
 Controls transport segment layer decoding. More...
 
dnp3_link_decode_level_t link
 Controls link frame decoding. More...
 
dnp3_phys_decode_level_t physical
 Controls the logging of physical layer read/write. More...
 

Detailed Description

Controls the decoding of transmitted and received data at the application, transport, link, and physical layers.

Field Documentation

◆ application

dnp3_app_decode_level_t dnp3_decode_level_t::application

Controls application fragment decoding.

◆ link

dnp3_link_decode_level_t dnp3_decode_level_t::link

Controls link frame decoding.

◆ physical

dnp3_phys_decode_level_t dnp3_decode_level_t::physical

Controls the logging of physical layer read/write.

◆ transport

dnp3_transport_decode_level_t dnp3_decode_level_t::transport

Controls transport segment layer decoding.


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