Click or drag to resize

Manager.Set(IPAddress, String, IList<Variable> ) Method

Sets a list of variable binds.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.239-beta
Syntax
public IList<Variable> Set(
	IPAddress address,
	string community,
	IList<Variable> variables
)
View Source

Parameters

address  IPAddress
Address.
community  String
Community name.
variables  IList<Variable>
Variable binds.

Return Value

IList<Variable>
See Also