![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Namespaces | |
| namespace | Elements |
Data Structures | |
| class | DisplayHint |
| class | FileSystemMibResolver |
| interface | IMibResolver |
| interface | IModule |
| MIB Module interface. More... | |
| interface | ISymbolEnumerator |
| class | Lexer |
| Lexer class that parses MIB files into symbol list. More... | |
| class | MibDocument |
| MIB document. More... | |
| class | MibException |
| Description of MibException. More... | |
| class | MibModule |
| MIB module class. More... | |
| class | MibTree |
| Builds up a tree from a single MIB More... | |
| class | MibTreeNode |
| class | MibTypesResolver |
| class | ObjectIdentifier |
| class | Resources |
| Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. | |
| class | Symbol |
| Description of Symbol. More... | |
| class | SymbolEnumeratorExtension |
| class | SymbolList |
| class | ValueMap |
| class | ValueRange |
| class | ValueRanges |
Enumerations | |
| enum | MaxAccess { notAccessible, accessibleForNotify, readOnly, readWrite, readCreate } |
| enum | MibTreeNodeType { Unknown = 0, Container = (1 << 0), Scalar = (1 << 1), Table = (1 << 2), TableRow = (1 << 3), TableCell = (1 << 4), NotificationRelated = (1 << 5), ConformanceRelated = (1 << 6) } |
| enum | Status { current, deprecated, obsolete, mandatory, optional } |
|
strong |
| Enumerator | |
|---|---|
| notAccessible | |
| accessibleForNotify | |
| readOnly | |
| readWrite | |
| readCreate | |
Definition at line 8 of file MaxAccess.cs.
|
strong |
| Enumerator | |
|---|---|
| Unknown | |
| Container | |
| Scalar | |
| Table | |
| TableRow | |
| TableCell | |
| NotificationRelated | |
| ConformanceRelated | |
Definition at line 9 of file MibTreeNode.cs.
1.8.11