Click or drag to resize

ObjectRegistryBaseDecode Method (String, String, ISnmpData)

Decodes the data against the object name in specified module.

Namespace:  Lextm.SharpSnmpPro.Mib.Registry
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public string Decode(
	string module,
	string name,
	ISnmpData data
)

Parameters

module
Type: SystemString
The module.
name
Type: SystemString
The name.
data
Type: Lextm.SharpSnmpLibISnmpData
The data.

Return Value

Type: String
Exceptions
ExceptionCondition
InvalidOperationException
See Also