Every agent parameters class implements this interface

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface IAgentParameters
Public Interface IAgentParameters
public interface class IAgentParameters

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Clone()()()
Duplicate object
InitializePacket(SnmpPacket)
Initialize SNMP packet class with values contained in this class.
Valid()()()
Check validity of the agent properties object.
Version
Get SNMP version number.

See Also