ObjectRegistryBaseDecode Method (String, String, ISnmpData) |
Decodes the data against the object name in specified module.
Namespace:
Lextm.SharpSnmpPro.Mib.Registry
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic string Decode(
string module,
string name,
ISnmpData data
)
Public Function Decode (
module As String,
name As String,
data As ISnmpData
) As String
public:
String^ Decode(
String^ module,
String^ name,
ISnmpData^ data
)
member Decode :
module : string *
name : string *
data : ISnmpData -> string
Parameters
- module
- Type: SystemString
The module. - name
- Type: SystemString
The name. - data
- Type: Lextm.SharpSnmpLibISnmpData
The data.
Return Value
Type:
String
Exceptions
See Also