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
Entities
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
}
Lextm.SharpSnmpLib.Mib.IModule
MIB Module interface.
Definition:
IModule.cs:36
Lextm.SharpSnmpLib.Mib.Elements.Entities.ObjectIdentity
Object identifier node.
Definition:
ObjectIdentity.cs:7
Lextm.SharpSnmpLib.Mib.ISymbolEnumerator
Definition:
ISymbolEnumerator.cs:5
Lextm.SharpSnmpLib.Mib.Elements.Entities.EntityBase
Definition:
EntityBase.cs:5
Lextm.SharpSnmpLib.Mib.Elements.Entities.ObjectIdentity.ObjectIdentity
ObjectIdentity(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)
Creates a ObjectIdentity.
Definition:
ObjectIdentity.cs:16
Lextm
Lextm.SharpSnmpLib.Mib.SymbolList
Definition:
SymbolList.cs:8
Generated by
1.8.11