![]() |
dnp3 (C++ API) 1.1.0
|
Controls the decoding of transmitted and received data at the application, transport, link, and physical layers. More...
#include <dnp3.hpp>
Public Member Functions | |
| DecodeLevel () | |
| Initialize log levels to defaults. More... | |
Static Public Member Functions | |
| static DecodeLevel | nothing () |
| Initialize log levels to nothing. More... | |
Public Attributes | |
| AppDecodeLevel | application |
| Controls application fragment decoding. More... | |
| TransportDecodeLevel | transport |
| Controls transport segment layer decoding. More... | |
| LinkDecodeLevel | link |
| Controls link frame decoding. More... | |
| PhysDecodeLevel | physical |
| Controls the logging of physical layer read/write. More... | |
Friends | |
| class | CppDecodeLevelFriend |
Controls the decoding of transmitted and received data at the application, transport, link, and physical layers.
| dnp3::DecodeLevel::DecodeLevel | ( | ) |
Initialize log levels to defaults.
|
static |
| AppDecodeLevel dnp3::DecodeLevel::application |
Controls application fragment decoding.
| LinkDecodeLevel dnp3::DecodeLevel::link |
Controls link frame decoding.
| PhysDecodeLevel dnp3::DecodeLevel::physical |
Controls the logging of physical layer read/write.
| TransportDecodeLevel dnp3::DecodeLevel::transport |
Controls transport segment layer decoding.