Click or drag to resize

MessengerGetTable Method

Note: This API is now obsolete.

Gets a table of variables.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[CLSCompliantAttribute(false)]
[ObsoleteAttribute("This method only works for a few scenarios. Might be replaced by new methods in the future. If it does not work for you, parse WALK result on your own.")]
public static Variable[,] GetTable(
	VersionCode version,
	IPEndPoint endpoint,
	OctetString community,
	ObjectIdentifier table,
	int timeout,
	int maxRepetitions
)
View Source

Parameters

version  VersionCode
Protocol version.
endpoint  IPEndPoint
Endpoint.
community  OctetString
Community name.
table  ObjectIdentifier
Table OID.
timeout  Int32
The time-out value, in milliseconds. The default value is 0, which indicates an infinite time-out period. Specifying -1 also indicates an infinite time-out period.
maxRepetitions  Int32
The max repetitions.

Return Value

Variable
Remarks
This method supports SNMP v2c and v3.
See Also