ObjectIdentifierMacroVerifyData Method |
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic bool VerifyData(
ISnmpData data
)
Public Function VerifyData (
data As ISnmpData
) As Boolean
public:
virtual bool VerifyData(
ISnmpData^ data
) sealed
abstract VerifyData :
data : ISnmpData -> bool
override VerifyData :
data : ISnmpData -> bool
Parameters
- data
- Type: Lextm.SharpSnmpLibISnmpData
Return Value
Type:
Boolean
See Also