Click or drag to resize

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

Parameters

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

Return Value

Variable
See Also