Dart.Snmp Namespace : SnmpBase Class |
For a list of all members of this type, see SnmpBase members.
Name | Description | |
---|---|---|
Close | Terminates Agent or Trap operation by releasing communication resources. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
CreateResponse | Creates a ResponseMessage from the RequestMessage received. Supports SNMPv3 discovery packets by returning a ReportMessage that should be sent to the initiator. | |
Dispose | Overloaded. Disposes of SocketBase and its associated resources. (Inherited from Dart.Snmp.SocketBase) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Marshal | Overloaded. Marshals SNMP messages to the UI thread. | |
Open | Overloaded. Opens System.Net.Sockets.Socket using the specified IPEndPoint. Only necessary if Receive is used. | |
Receive | Used to receive an SNMP message on the current thread. | |
Send | Send a message to the SNMP manager or agent specified. | |
Start | Overloaded. Starts a worker thread on which the specified user method executes. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnError | Raises the Error event. (Inherited from Dart.Snmp.ComponentBase) | |
OnLog | Raises the Log event. | |
OnMessage | Raises the Message event. | |
OnUserState | Raises the UserState event. (Inherited from Dart.Snmp.ComponentBase) | |
ReadCompleted | Unified receive of asynchronous packet is used by Agent (for requests) and Manager (for traps and informs). |