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