STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
OidValueAssignment.cs
Go to the documentation of this file.
1 /*
2  * Created by SharpDevelop.
3  * User: lextm
4  * Date: 2008/5/17
5  * Time: 20:49
6  *
7  * To change this template use Tools | Options | Coding | Edit Standard Headers.
8  */
9 
10 using System;
11 
12 namespace Lextm.SharpSnmpLib.Mib.Elements.Entities
13 {
17  public sealed class OidValueAssignment : EntityBase
18  {
25  public OidValueAssignment(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)
26  : base(module, preAssignSymbols, symbols)
27  {
28  }
29  }
30 }
MIB Module interface.
Definition: IModule.cs:36
OidValueAssignment(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)
Creates a OidValueAssignment.