Click or drag to resize

ManagerGetTable(IPEndPoint, String, ObjectIdentifier) Method

Gets a table of variables.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public Variable[,] GetTable(
	IPEndPoint endpoint,
	string community,
	ObjectIdentifier table
)
View Source

Parameters

endpoint  IPEndPoint
Endpoint.
community  String
Community name.
table  ObjectIdentifier
Table OID.

Return Value

Variable
See Also