Click or drag to resize

ObjectRegistryBaseVerify Method (String, String, ISnmpData)

Verifies the data against the object name defined in specified module.

Namespace:  Lextm.SharpSnmpPro.Mib.Registry
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public bool Verify(
	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: Boolean
Exceptions
ExceptionCondition
InvalidOperationException
See Also