The SimpleSnmp type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SimpleSnmp | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| Get | Overloaded. | |
| GetBulk | Overloaded. | |
| GetFieldInfo | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetNext | Overloaded. | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Set | Overloaded. | |
| ToString | (Inherited from Object.) | |
| Walk | SNMP WALK operation |
Fields
| Name | Description | |
|---|---|---|
| _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
| Name | Description | |
|---|---|---|
| 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 |