Decodes the specified data.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxstring Decode(
ISnmpData data
)
Function Decode (
data As ISnmpData
) As String
Dim instance As IDecoder
Dim data As ISnmpData
Dim returnValue As String
returnValue = instance.Decode(data)
String^ Decode(
ISnmpData^ data
)
abstract Decode :
data : ISnmpData -> string
Parameters
- data ISnmpData
- The data.
Return Value
String
See Also