Decoder interface. Decoders are used to convert received SNMP data to proper strings based on object syntax.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic interface IDecoder
Public Interface IDecoder
public interface class IDecoder
type IDecoder = interface end
The IDecoder type exposes the following members.
Properties
| Name | Description |
---|
 | Key |
Gets the key of decoder.
|
Top
Methods
| Name | Description |
---|
 | Decode |
Decodes the specified data.
|
Top
See Also