STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
AgentCapabilities.cs
Go to the documentation of this file.
1 /*
2  * Created by SharpDevelop.
3  * User: lextm
4  * Date: 2008/5/31
5  * Time: 13:18
6  *
7  * To change this template use Tools | Options | Coding | Edit Standard Headers.
8  */
9 
10 namespace Lextm.SharpSnmpLib.Mib.Elements.Entities
11 {
15  public sealed class AgentCapabilities : EntityBase
16  {
23  public AgentCapabilities(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)
24  : base(module, preAssignSymbols, symbols)
25  {
26  }
27 
28  }
29 }
MIB Module interface.
Definition: IModule.cs:36
The AGENT-CAPABILITIES construct is used to specify implementation characteristics of an SNMP agent s...
AgentCapabilities(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)
Creates an AgentCapabilities instance.