Message flags in the SNMP v3 header.

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

Syntax

C#
public class MsgFlags : AsnType
Visual Basic (Declaration)
Public Class MsgFlags _
	Inherits AsnType
Visual C++
public ref class MsgFlags : public AsnType

Remarks

Message flags hold flags that indicate if packet is authenticated, privacy protected and if report reply is expected on errors. Message flags field is a 1 byte OctetString encoded field.

Inheritance Hierarchy

System..::.Object
  SnmpSharpNet..::.AsnType
    SnmpSharpNet..::.MsgFlags

See Also