Click or drag to resize

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
Syntax
public string Decode(
	ObjectIdentifier oid,
	ISnmpData data
)

Parameters

oid
Type: Lextm.SharpSnmpLibObjectIdentifier
The object identifier.
data
Type: Lextm.SharpSnmpLibISnmpData
The data.

Return Value

Type: String
Exceptions
ExceptionCondition
InvalidOperationException
See Also