STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
ModuleIdentity.cs
Go to the documentation of this file.
1 namespace Lextm.SharpSnmpLib.Mib.Elements.Entities
2 {
3  public sealed class ModuleIdentity : EntityBase
4  {
5  public ModuleIdentity(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)
6  : base(module, preAssignSymbols, symbols)
7  {
8  }
9  }
10 }
MIB Module interface.
Definition: IModule.cs:36
ModuleIdentity(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)