About | Display control information in a dialog box. |
Close | Close the UDP socket and disable communications. |
CreateInformResponse | Construct and return the default response message to an inform request. |
GetResponse | Send a request and receive the response. |
GetResponses | Send a broadcast request and optionally wait for responses. |
SendResponse | Encode the inform response and send it to an agent or manager. |
Start | Open a UDP socket and listen for messages. The Inform or Trap event will be raised for each SNMP inform request or trap received, respectively. |
Walk | Sends one or more requests to retrieve the variable tree under the specified root OID. |
AuthoritativeEngine | Holds user credentials, EngineTime, EngineBoot and EngineId used to authenticate and encrypt/decrypt SNMPv3 packets. |
EngineCache | SNMPv3 messages cache EngineId, EngineTime and EngineBoot values here. |
LocalEndPoint | Address, port and IP version of the UDP socket being used for UDP communications. |
Mib | Object containing default and imported MIB information. |
Tag | Gets or sets any extra data. |
TrapUsers | Storage for SNMPv3 credentials used to decode traps. |
Error | Raised when an error occurs while listening for informs and traps. |
Inform | Raised when an inform request PDU is received. |
Log | Raised as messages are sent and received. |
Response | Raised when a response PDU is received or an error occurs. |
Trap | Raised when a trap PDU is received. |
WalkResponse | Raised when a MIB walk is finished or an error occurs. |