Gets the data.
Namespace: Lextm.SharpSnmpLibAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
SyntaxISnmpData? GetData(
VersionCode version
)
Function GetData (
version As VersionCode
) As ISnmpData
Dim instance As ISegment
Dim version As VersionCode
Dim returnValue As ISnmpData
returnValue = instance.GetData(version)
ISnmpData^ GetData(
VersionCode version
)
abstract GetData :
version : VersionCode -> ISnmpData
Parameters
- version VersionCode
- The version.
Return Value
ISnmpData
The data, or
null if not available.
See Also