Decodes the specified data.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxstring Decode(
ISnmpData data
)
Function Decode (
data As ISnmpData
) As String
String^ Decode(
ISnmpData^ data
)
abstract Decode :
data : ISnmpData -> string
Parameters
- data
- Type: Lextm.SharpSnmpLibISnmpData
The data.
Return Value
Type:
String
See Also