ObjectRegistryBaseDecode(String, String, ISnmpData) Method |
Decodes the data against the object name in specified module.
Namespace: Lextm.SharpSnmpPro.Mib.RegistryAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic string Decode(
string module,
string name,
ISnmpData data
)
Public Function Decode (
module As String,
name As String,
data As ISnmpData
) As String
Dim instance As ObjectRegistryBase
Dim module As String
Dim name As String
Dim data As ISnmpData
Dim returnValue As String
returnValue = instance.Decode(module,
name, data)
public:
String^ Decode(
String^ module,
String^ name,
ISnmpData^ data
)
member Decode :
module : string *
name : string *
data : ISnmpData -> string
Parameters
- module String
- The module.
- name String
- The name.
- data ISnmpData
- The data.
Return Value
String
Exceptions
See Also