SNMP Agent specific values. This class stores values to access SNMP version 1 and version 2 agents. Pass this class with your request data (Pdu) to the request method of the target class to make a request.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class AgentParameters : IAgentParameters
Public Class AgentParameters _
	Implements IAgentParameters
public ref class AgentParameters : IAgentParameters

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AgentParameters()()()
Standard constructor
AgentParameters(AgentParameters)
Copy constructor. Initialize the class with the values of the parameter class values.
AgentParameters(OctetString)
Constructor
AgentParameters(SnmpVersion)
Constructor
AgentParameters(SnmpVersion, OctetString)
Constructor
Clone()()()
Clone current object
Community
Get SNMP version 1 or 2 community name object
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetVersion()()()
Return SNMP version Integer32 object
InitializePacket(SnmpPacket)
Initialize SNMP packet class with agent parameters. In this class, SNMP community name is set in SNMPv1 and SNMPv2 packets.
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Valid()()()
Validate object.
Version
Get/Set SNMP protocol version.

Inheritance Hierarchy

System..::.Object
  SnmpSharpNet..::.AgentParameters

See Also