dnp3 (.NET API) 1.1.0
|
Controls the decoding of transmitted and received data at the application, transport, link, and physical layers More...
Public Member Functions | |
DecodeLevel | WithApplication (AppDecodeLevel value) |
Controls application fragment decoding More... | |
DecodeLevel | WithTransport (TransportDecodeLevel value) |
Controls transport segment layer decoding More... | |
DecodeLevel | WithLink (LinkDecodeLevel value) |
Controls link frame decoding More... | |
DecodeLevel | WithPhysical (PhysDecodeLevel value) |
Controls the logging of physical layer read/write More... | |
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... | |
Controls the decoding of transmitted and received data at the application, transport, link, and physical layers
|
inline |
Initialize log levels to defaults
Default values:
|
inlinestatic |
Initialize log levels to nothing
Default values:
|
inline |
Controls application fragment decoding
|
inline |
Controls link frame decoding
|
inline |
Controls the logging of physical layer read/write
|
inline |
Controls transport segment layer decoding
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