![]() |
rodbus (.NET API) 1.3.1
|
Controls the decoding of transmitted and received data at the application, frame, and physical layer More...
Public Member Functions | |
| DecodeLevel | WithApp (AppDecodeLevel value) |
| Controls decoding of the application layer (PDU) More... | |
| DecodeLevel | WithFrame (FrameDecodeLevel value) |
| Controls decoding of frames (MBAP / Serial PDU) More... | |
| DecodeLevel | WithPhysical (PhysDecodeLevel value) |
| Controls the logging of physical layer read/write More... | |
| DecodeLevel (AppDecodeLevel app, FrameDecodeLevel frame, PhysDecodeLevel physical) | |
| Fully construct DecodeLevel specifying the value of each field More... | |
Static Public Member Functions | |
| static DecodeLevel | Nothing () |
| Initialize log levels to defaults which is to decode nothing More... | |
Public Attributes | |
| AppDecodeLevel | App |
| Controls decoding of the application layer (PDU) More... | |
| FrameDecodeLevel | Frame |
| Controls decoding of frames (MBAP / Serial PDU) More... | |
| PhysDecodeLevel | Physical |
| Controls the logging of physical layer read/write More... | |
Controls the decoding of transmitted and received data at the application, frame, and physical layer
|
inline |
Fully construct DecodeLevel specifying the value of each field
| app | Controls decoding of the application layer (PDU) |
| frame | Controls decoding of frames (MBAP / Serial PDU) |
| physical | Controls the logging of physical layer read/write |
|
inlinestatic |
Initialize log levels to defaults which is to decode nothing
Default values:
|
inline |
Controls decoding of the application layer (PDU)
|
inline |
Controls decoding of frames (MBAP / Serial PDU)
|
inline |
Controls the logging of physical layer read/write
| AppDecodeLevel rodbus.DecodeLevel.App |
Controls decoding of the application layer (PDU)
| FrameDecodeLevel rodbus.DecodeLevel.Frame |
Controls decoding of frames (MBAP / Serial PDU)
| PhysDecodeLevel rodbus.DecodeLevel.Physical |
Controls the logging of physical layer read/write