SNMP Agent specific values.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.0.0 (0.9.0)
Syntax
| C# |
|---|
public class AgentParameters : IAgentParameters |
| Visual Basic |
|---|
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.