Click or drag to resize

Header Class

Header segment.
Inheritance Hierarchy
SystemObject
  GSF.Net.SnmpHeader

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public sealed class Header : ISegment
View Source

The Header type exposes the following members.

Constructors
 NameDescription
Public methodHeader(Int32) Initializes a new instance of the Header class.
Public methodHeader(ISnmpData) Initializes a new instance of the Header class.
Public methodHeader(Integer32, Integer32, Levels) Initializes a new instance of the Header class.
Top
Properties
 NameDescription
Public propertyStatic memberEmpty Empty header.
Public propertyMaxSize Gets or sets the size of the max.
Public propertyMessageId Gets the message ID.
Public propertySecurityLevel Security flags.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetData Gets the data.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToSequence Converts to Sequence object.
Public methodToString Returns a String that represents this instance.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldStatic memberMaxMessageSize Max message size used in #SNMP.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also