PowerSNMP for .NET CF
Agent Class Members
See Also  Fields  Properties  Methods  Events Send comments on this topic.
Dart.Snmp Namespace : Agent Class


The following tables list the members exposed by Agent.

Public Constructors

 NameDescription
public ConstructorAgent ConstructorOverloaded.   
Top

Public Fields

 NameDescription
public FieldAuthoritativeEngine Used to store EngineId, EngineTime, and EngineBoot values used for SNMPv3 authentication. (Inherited from Dart.Snmp.SnmpBase)
public FieldEncoding Character encoding used by the component. (Inherited from Dart.Common.ComponentBase)
public FieldLocalEndPoint Used to specify the local address, port, and address family. (Inherited from Dart.Snmp.SnmpBase)
public FieldMib Gets the MibNodes object containing MIB definitions. (Inherited from Dart.Snmp.SnmpBase)
public FieldTag Gets or sets an object that stores any user data. (Inherited from Dart.Common.ComponentBase)
public FieldVariablesA VariableList of Variable objects used to populate default response messages.  
Top

Public Properties

 NameDescription
public PropertyContainer (Inherited from System.ComponentModel.Component)
public PropertySite (Inherited from System.ComponentModel.Component)
public PropertySocket Gets the socket used by the component for communications. (Inherited from Dart.Common.SocketBase)
public PropertySynchronizingObject Gets or sets the object used to marshal data to the UI thread. (Inherited from Dart.Common.ComponentBase)
Top

Protected Properties

Public Methods

 NameDescription
public MethodClose Terminates Agent or Trap operation by releasing communication resources. (Inherited from Dart.Snmp.SnmpBase)
public MethodCreateDefaultResponseCreates a default ResponseMessage from the RequestMessage received. This method can be used to handle SNMPv3 discovery packets.  
public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
public MethodDisposeOverloaded.  (Inherited from System.ComponentModel.Component)
public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
public MethodMarshalOverloaded.  Marshals SNMP messages to the UI thread. (Inherited from Dart.Snmp.SnmpBase)
public MethodSendOverloaded.  Send a message to the SNMP manager specified.  
public MethodStartStarts a worker thread on which the specified delegate is called each time a RequestMessage is received.  
Top

Protected Methods

 NameDescription
protected MethodGetService (Inherited from System.ComponentModel.Component)
protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
protected MethodOnError Raises the Error event. (Inherited from Dart.Common.ComponentBase)
protected MethodOnMessageCalled on the UI thread when SnmpBase.Marshal is used. (Inherited from Dart.Snmp.SnmpBase)
protected MethodOnUserState Raises the UserState event. (Inherited from Dart.Common.ComponentBase)
Top

Public Events

 NameDescription
public EventDisposed (Inherited from System.ComponentModel.Component)
public EventErrorRaised when Marshal is called by the user or an unhandled Exception is thrown in a worker thread created using the Start method. (Inherited from Dart.Common.ComponentBase)
public EventMessageThe Message event is raised when SnmpBase.Marshal is used. (Inherited from Dart.Snmp.SnmpBase)
public EventUserState Raised when user state information is marshaled. (Inherited from Dart.Common.ComponentBase)
Top

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.