Provides extension methods for working with
ISmiType objects, enabling operations such as
verification, decoding, and type resolution.
Inheritance Hierarchy Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic static class SmiTypeExtensions
<ExtensionAttribute>
Public NotInheritable Class SmiTypeExtensions
You do not need to declare an instance of a static class in order to access its members.
[ExtensionAttribute]
public ref class SmiTypeExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SmiTypeExtensions = class end
The SmiTypeExtensions type exposes the following members.
Methods | Name | Description |
---|
 | Decode |
Decodes the provided SNMP data into a human-readable string representation based on the specified SMI type.
|
 | GetLastType |
The true base type of a syntax.
|
 | Verify |
Verifies the input data against the syntax.
|
Top
RemarksThis 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