Click or drag to resize

SnmpEngine Class

SNMP engine, who is the core of an SNMP entity (manager or agent).
Inheritance Hierarchy
SystemObject
  GSF.Net.Snmp.PipelineSnmpEngine

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

The SnmpEngine type exposes the following members.

Constructors
 NameDescription
Public methodSnmpEngine Initializes a new instance of the SnmpEngine class.
Top
Properties
 NameDescription
Public propertyActive Gets a value indicating whether this SnmpEngine is active.
Public propertyListener Gets or sets the listener.
Top
Methods
 NameDescription
Public methodDispose Disposes resources in use.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Releases unmanaged resources and performs other cleanup operations before the SnmpEngine is reclaimed by garbage collection.
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStart Starts the engine.
Public methodStop Stops this instance.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventExceptionRaised Occurs when an exception is raised.
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