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


The following tables list the members exposed by SnmpBase.

Public Fields

 NameDescription
public FieldAuthoritativeEngine Used to store EngineId, EngineTime, and EngineBoot values used for SNMPv3 authentication.  
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.  
public FieldMib Gets the MibNodes object containing MIB definitions.  
public FieldTag Gets or sets an object that stores any user data. (Inherited from Dart.Common.ComponentBase)
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.  
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.  
public MethodSend Send a message to the SNMP manager specified.  
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.  
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.  
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.