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
IDeclaration.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.Collections.Generic;
3
using
System
.Linq;
4
using
System
.Text;
5
6
namespace
Lextm
.SharpSnmpLib.Mib.Elements
7
{
8
public
interface
IDeclaration
:
IElement
9
{
13
string
Name
14
{
15
get
;
16
}
17
}
18
}
Lextm.SharpSnmpLib.Mib.Elements.IDeclaration
Definition:
IDeclaration.cs:8
System
Lextm.SharpSnmpLib.Mib.Elements.IElement
Construct interface.
Definition:
IElement.cs:24
Lextm
Generated by
1.8.11