|
dnp3
0.9.0
|
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... | |
Controls the decoding of transmitted and received data at the application, transport, link, and physical layers
| AppDecodeLevel dnp3.DecodeLevel.Application = AppDecodeLevel.Nothing |
Controls application fragment decoding
Default value is AppDecodeLevel.Nothing
| LinkDecodeLevel dnp3.DecodeLevel.Link = LinkDecodeLevel.Nothing |
Controls link frame decoding
Default value is LinkDecodeLevel.Nothing
| PhysDecodeLevel dnp3.DecodeLevel.Physical = PhysDecodeLevel.Nothing |
Controls the logging of physical layer read/write
Default value is PhysDecodeLevel.Nothing
| TransportDecodeLevel dnp3.DecodeLevel.Transport = TransportDecodeLevel.Nothing |
Controls transport segment layer decoding
Default value is TransportDecodeLevel.Nothing
1.8.16