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
Syntaxpublic bool Verify(
ObjectIdentifier oid,
ISnmpData data
)
Public Function Verify (
oid As ObjectIdentifier,
data As ISnmpData
) As Boolean
public:
bool Verify(
ObjectIdentifier^ oid,
ISnmpData^ data
)
member Verify :
oid : ObjectIdentifier *
data : ISnmpData -> bool
Parameters
- oid
- Type: Lextm.SharpSnmpLibObjectIdentifier
The object identifier. - data
- Type: Lextm.SharpSnmpLibISnmpData
The data.
Return Value
Type:
Boolean
Exceptions
See Also