![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Inherits SnmpTreeNode.
Public Member Functions | |
SnmpMib () | |
SnmpMib (uint[] baseOid) | |
override void | GenerateCode (MibCFile mibFile) |
override void | GenerateHeaderCode (MibHeaderFile mibHeaderFile) |
![]() | |
SnmpTreeNode (SnmpTreeNode parentNode) | |
override void | GenerateCode (MibCFile mibFile) |
override void | Analyze () |
Called after node structure creation is completed and before code is created. Offers the possibility to perform operations depending on properties/subnodes. If the node shall be transformed to another node(-type) than the own instance may be replaced on parent node by the transformed instance. Calling sequence is always from leafs up to root. So a tree node can assume that the analyze method was already called on all child nodes. E.g. a tree node only has scalar sub nodes -> it transforms itself to a scalar array node More... | |
override void | Generate (MibCFile generatedFile, MibHeaderFile generatedHeaderFile) |
Properties | |
uint[] | BaseOid [get, set] |
override string | FullNodeName [get] |
![]() | |
override string | FullNodeName [get] |
string | FullOid [get, set] |
List< SnmpNode > | ChildNodes [get] |
override IEnumerable< SnmpScalarNode > | AggregatedScalarNodes [get] |
![]() | |
virtual string | GetMethodName [get] |
bool | GetMethodRequired [get] |
virtual string | TestMethodName [get] |
bool | TestMethodRequired [get] |
virtual string | SetMethodName [get] |
bool | SetMethodRequired [get] |
abstract IEnumerable< SnmpScalarNode > | AggregatedScalarNodes [get] |
![]() | |
SnmpTreeNode | ParentNode [get] |
virtual uint | Oid [get, set] |
abstract string | FullNodeName [get] |
virtual string | Name [get, set] |
Additional Inherited Members | |
![]() | |
static readonly Regex | NameValidationRegex = new Regex(@"^\w+$") |
![]() | |
SnmpScalarAggregationNode (SnmpTreeNode parentNode) | |
void | GenerateAggregatedCode (MibCFile mibFile, VariableType instanceType, string switchSelector, bool generateDeclarations=true, bool generateImplementations=true) |
virtual void | GenerateGetMethodCode (Function getMethod, string switchSelector) |
virtual void | GenerateTestMethodCode (Function testMethod, string switchSelector) |
virtual void | GenerateSetMethodCode (Function setMethod, string switchSelector) |
![]() | |
SnmpNode (SnmpTreeNode parentNode) | |
Definition at line 39 of file SnmpMib.cs.
|
inline |
Definition at line 43 of file SnmpMib.cs.
|
inline |
Definition at line 48 of file SnmpMib.cs.
|
inlinevirtual |
Implements SnmpNode.
Definition at line 59 of file SnmpMib.cs.
|
inlinevirtual |
Reimplemented from SnmpNode.
Definition at line 83 of file SnmpMib.cs.
|
getset |
Definition at line 41 of file SnmpMib.cs.
|
get |
Definition at line 55 of file SnmpMib.cs.