Click or drag to resize

ObjectRegistryBaseVerify Method (ObjectIdentifier, ISnmpData)

Verifies the data against the object identifier.

Namespace:  Lextm.SharpSnmpPro.Mib.Registry
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public bool Verify(
	ObjectIdentifier oid,
	ISnmpData data
)

Parameters

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

Return Value

Type: Boolean
Exceptions
ExceptionCondition
InvalidOperationException
See Also