dnp3 (.NET API) 1.2.0
Loading...
Searching...
No Matches
dnp3.Flags Class Reference

Collection of individual flag bits represented by an underlying mask value More...

Public Member Functions

Flags WithValue (byte value)
 bit-mask representing a set of individual flag bits More...
 
 Flags (byte value)
 Fully construct Flags specifying the value of each field More...
 

Public Attributes

byte Value
 bit-mask representing a set of individual flag bits More...
 

Detailed Description

Collection of individual flag bits represented by an underlying mask value

Constructor & Destructor Documentation

◆ Flags()

dnp3.Flags.Flags ( byte  value)
inline

Fully construct Flags specifying the value of each field

Parameters
valuebit-mask representing a set of individual flag bits

Member Function Documentation

◆ WithValue()

Flags dnp3.Flags.WithValue ( byte  value)
inline

bit-mask representing a set of individual flag bits

Member Data Documentation

◆ Value

byte dnp3.Flags.Value

bit-mask representing a set of individual flag bits


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