Click or drag to resize

ManagerGetTable(String, 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(
	string address,
	string community,
	ObjectIdentifier table
)
View Source

Parameters

address  String
Address.
community  String
Community name.
table  ObjectIdentifier
Table OID.

Return Value

Variable
See Also