Click or drag to resize

SmiTypeExtensions Class

Provides extension methods for working with ISmiType objects, enabling operations such as verification, decoding, and type resolution.
Inheritance Hierarchy
SystemObject
  Lextm.SharpSnmpPro.MibSmiTypeExtensions

Namespace: Lextm.SharpSnmpPro.Mib
Assembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntax
public static class SmiTypeExtensions

The SmiTypeExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodDecode Decodes the provided SNMP data into a human-readable string representation based on the specified SMI type.
Public Extension MethodGetLastType The true base type of a syntax.
Public Extension MethodVerify Verifies the input data against the syntax.
Top
Remarks
This static class contains utility methods for interacting with ISmiType instances, including verifying data against syntax constraints, decoding SNMP data, and resolving nested or derived types. These methods are designed to simplify common operations on syntax types and their associated data.
See Also