STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
ObjectIdentity.cs
Go to the documentation of this file.
1 
2 namespace Lextm.SharpSnmpLib.Mib.Elements.Entities
3 {
7  public sealed class ObjectIdentity : EntityBase
8  {
9 
16  public ObjectIdentity(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)
17  : base(module, preAssignSymbols, symbols)
18  {
19  }
20  }
21 }
MIB Module interface.
Definition: IModule.cs:36
ObjectIdentity(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)
Creates a ObjectIdentity.