STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
ObjectGroup.cs
Go to the documentation of this file.
1 /*
2  * Created by SharpDevelop.
3  * User: lextm
4  * Date: 2008/5/21
5  * Time: 19:27
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 ObjectGroup : EntityBase
16  {
17  public ObjectGroup(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)
18  : base(module, preAssignSymbols, symbols)
19  {
20  }
21  }
22 }
ObjectGroup(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)
Definition: ObjectGroup.cs:17
MIB Module interface.
Definition: IModule.cs:36