PowerSNMP for .NET CF
Parse Method
See Also  Send comments on this topic.
Dart.Snmp Namespace > MibNodes Class : Parse Method




mib
A stream containing the mib file to parse.
Parses the mib file provided.

Syntax

Visual Basic (Declaration) 
Public Sub Parse( _
   ByVal mib As Stream _
) 
Visual Basic (Usage)Copy Code
Dim instance As MibNodes
Dim mib As Stream
 
instance.Parse(mib)
C# 
public void Parse( 
   Stream mib
)
Managed Extensions for C++ 
public: void Parse( 
   Stream* mib
) 
C++/CLI 
public:
void Parse( 
   Stream^ mib
) 

Parameters

mib
A stream containing the mib file to parse.

Remarks

This method can be called once or multiple times to process multiple MIB files. After parsing is completed, use GenerateNodes to add nodes to the Dictionary.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.