dnp3  0.9.0
Public Attributes | List of all members
dnp3.DecodeLevel Class Reference

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

Public Attributes

AppDecodeLevel Application = AppDecodeLevel.Nothing
 Controls application fragment decoding More...
 
TransportDecodeLevel Transport = TransportDecodeLevel.Nothing
 Controls transport segment layer decoding More...
 
LinkDecodeLevel Link = LinkDecodeLevel.Nothing
 Controls link frame decoding More...
 
PhysDecodeLevel Physical = PhysDecodeLevel.Nothing
 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

Member Data Documentation

◆ Application

AppDecodeLevel dnp3.DecodeLevel.Application = AppDecodeLevel.Nothing

Controls application fragment decoding

Default value is AppDecodeLevel.Nothing

◆ Link

LinkDecodeLevel dnp3.DecodeLevel.Link = LinkDecodeLevel.Nothing

Controls link frame decoding

Default value is LinkDecodeLevel.Nothing

◆ Physical

PhysDecodeLevel dnp3.DecodeLevel.Physical = PhysDecodeLevel.Nothing

Controls the logging of physical layer read/write

Default value is PhysDecodeLevel.Nothing

◆ Transport

TransportDecodeLevel dnp3.DecodeLevel.Transport = TransportDecodeLevel.Nothing

Controls transport segment layer decoding

Default value is TransportDecodeLevel.Nothing


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