STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
Eclipse_WS2
STM32F769IDiscovery
Middlewares
Third_Party
LwIP
src
apps
snmp
LwipMibCompiler
SharpSnmpLib
Mib
Elements
Types
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
}
Lextm.SharpSnmpLib.Mib.IModule
MIB Module interface.
Definition:
IModule.cs:36
Lextm.SharpSnmpLib.Mib.ISymbolEnumerator
Definition:
ISymbolEnumerator.cs:5
Lextm.SharpSnmpLib.Mib.Elements.Types.OctetStringType
Definition:
OctetStringType.cs:5
Lextm.SharpSnmpLib.Mib.Elements.Types.OpaqueType.OpaqueType
OpaqueType(IModule module, string name, ISymbolEnumerator symbols)
Definition:
OpaqueType.cs:6
Lextm.SharpSnmpLib.Mib.Elements.Types.OpaqueType
Definition:
OpaqueType.cs:4
Lextm
Generated by
1.8.11