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