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