PowerSNMP for .NET
Mib Field




Gets the MibNodes object containing MIB definitions.
Syntax
Public ReadOnly Mib As MibNodes
Dim instance As SnmpBase
Dim value As MibNodes
 
value = instance.Mib
public readonly MibNodes Mib
public: readonly MibNodes* Mib
public:
readonly MibNodes^ Mib
Remarks

This property is used during response message decoding to populate Variable.MibNode with a MibNode object containing a matching Variable.Id value.

Mib is initialized with objects from the intrinsic MibNode objects as well objects added with code or imported from external mib files.

See Also

Reference

SnmpBase Class
SnmpBase Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic