SecurityParametersGetData Method |
Gets the data.
Namespace: Lextm.SharpSnmpLibAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic ISnmpData GetData(
VersionCode version
)
Public Function GetData (
version As VersionCode
) As ISnmpData
Dim instance As SecurityParameters
Dim version As VersionCode
Dim returnValue As ISnmpData
returnValue = instance.GetData(version)
public:
virtual ISnmpData^ GetData(
VersionCode version
) sealed
abstract GetData :
version : VersionCode -> ISnmpData
override GetData :
version : VersionCode -> ISnmpData
Parameters
- version VersionCode
- The version.
Return Value
ISnmpDataImplements
ISegmentGetData(VersionCode)
See Also