PowerSNMP for .NET V4.8 released

Released: Mar 19, 2015

Updates in this release

Updates in V4.8

  • Display a human-readable string representation of the MibNode's OID.
  • Thread safety has been improved for the VariableList and MibNodes classes.
  • A constructor overload which accepts an IDictionary collection has been added to the VariableList collection. This improves performance when instantiating the collection.
  • ToString(DisplayHint) has been added to UInteger32, Gauge, and TimeTicks.
  • Stricter enforcement of sub-OID length rules and other OID and sub-OID limits have been implemented.
  • Improved error reporting and operation of SNMPv3 authentication.
  • Improved reporting when an instance of a variable does not exist in the Agent.Variables collection, but the Agent contains a definition for the requested variable.
  • Table construction and maintenance has been improved.