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