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
ISymbolEnumerator.cs
Go to the documentation of this file.
1
using
System
.Collections.Generic;
2
3
namespace
Lextm
.SharpSnmpLib.Mib
4
{
5
public
interface
ISymbolEnumerator
: IEnumerator<Symbol>
6
{
7
bool
PutBack(
Symbol
item);
8
}
9
}
System
Lextm.SharpSnmpLib.Mib.ISymbolEnumerator
Definition:
ISymbolEnumerator.cs:5
Lextm.SharpSnmpLib.Mib.Symbol
Description of Symbol.
Definition:
Symbol.cs:20
Lextm
Generated by
1.8.11