SNMP Agent specific values.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.7.8.0 (0.7.8)
Syntax
| C# |
|---|
public class AgentParameters : IAgentParameters |
| Visual Basic (Declaration) |
|---|
Public Class AgentParameters _ Implements IAgentParameters |
| Visual C++ |
|---|
public ref class AgentParameters : IAgentParameters |
Remarks
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.