Constructor. Initialize individual flag values.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public MsgFlags(
	bool authentication,
	bool privacy,
	bool reportable
)
Public Sub New ( _
	authentication As Boolean, _
	privacy As Boolean, _
	reportable As Boolean _
)
public:
MsgFlags(
	bool authentication, 
	bool privacy, 
	bool reportable
)

Parameters

authentication
Boolean
true if authentication is used, otherwise false
privacy
Boolean
true if privacy protection is used, otherwise false
reportable
Boolean
true if report is expected, otherwise false

See Also