The SimpleSnmp type exposes the following members.

Constructors

  NameDescription
SimpleSnmpOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FieldGetter (Inherited from Object.)
FieldSetter (Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetOverloaded.
GetBulkOverloaded.
GetFieldInfo (Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNextOverloaded.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Walk
SNMP WALK operation

Fields

  NameDescription
_community
SNMP community name
_maxRepetitions
Maximum repetitions value used in SNMP GET-BULK requests
_nonRepeaters
Non repeaters value used in SNMP GET-BULK requests
_peerIP
SNMP Agents IP address
_peerName
SNMP Agents name
_peerPort
SNMP Agent UDP port number
_retry
Maximum retry count excluding the first request
_target
Target class
_timeout
Timeout value in milliseconds

Properties

  NameDescription
Community
Get/Set SNMP community name
MaxRepetitions
Get/Set MaxRepetitions value
NonRepeaters
Get/Set NonRepeaters value
PeerIP
Get/Set peer IP address
PeerName
Get/Set peer name
PeerPort
Get/Set peer port number
Retry
Get/Set maximum retry count
Timeout
Get set timeout value in milliseconds
Valid
Class validity flag

See Also