Dart SNMP Library 4.0
Import Method
List of MIB files to import.
Specifies whether comments should be parsed with strict adherence to MIB comment rules. Defaults to false.
Description
Imports MIB files and populates ModuleNames, Nodes and Traps.
Syntax
Visual Basic
Public Sub Import( _
   ByVal filenames As StringList, _
   Optional ByVal strictComments As Boolean = False _
) 
Parameters
filenames
List of MIB files to import.
strictComments
Specifies whether comments should be parsed with strict adherence to MIB comment rules. Defaults to false.
Remarks
When strictComments is false, the entire line starting from the first comment token will be parsed as a comment. When true, MIB comment rules will be strictly adhered to.
See Also

Mib Object  | Mib Members


PowerSNMP for ActiveX Documentation Version 4.0
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic