dnp3 (.NET API) 1.1.0
dnp3.DecodeLevel Class Reference

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...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ DecodeLevel()

Member Function Documentation

◆ Nothing()

static DecodeLevel dnp3.DecodeLevel.Nothing ( )
inlinestatic

◆ WithApplication()

DecodeLevel dnp3.DecodeLevel.WithApplication ( AppDecodeLevel  value)
inline

Controls application fragment decoding

◆ WithLink()

DecodeLevel dnp3.DecodeLevel.WithLink ( LinkDecodeLevel  value)
inline

Controls link frame decoding

◆ WithPhysical()

DecodeLevel dnp3.DecodeLevel.WithPhysical ( PhysDecodeLevel  value)
inline

Controls the logging of physical layer read/write

◆ WithTransport()

DecodeLevel dnp3.DecodeLevel.WithTransport ( TransportDecodeLevel  value)
inline

Controls transport segment layer decoding

Member Data Documentation

◆ Application

AppDecodeLevel dnp3.DecodeLevel.Application

Controls application fragment decoding

◆ Link

LinkDecodeLevel dnp3.DecodeLevel.Link

Controls link frame decoding

◆ Physical

PhysDecodeLevel dnp3.DecodeLevel.Physical

Controls the logging of physical layer read/write

◆ Transport

TransportDecodeLevel dnp3.DecodeLevel.Transport

Controls transport segment layer decoding


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