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
Syntaxpublic bool Verify(
string module,
string name,
ISnmpData data
)
Public Function Verify (
module As String,
name As String,
data As ISnmpData
) As Boolean
public:
bool Verify(
String^ module,
String^ name,
ISnmpData^ data
)
member Verify :
module : string *
name : string *
data : ISnmpData -> bool
Parameters
- module
- Type: SystemString
The module. - name
- Type: SystemString
The name. - data
- Type: Lextm.SharpSnmpLibISnmpData
The data.
Return Value
Type:
Boolean
Exceptions
See Also