Click or drag to resize

ManagerSet(IPAddress, String, IListVariable) Method

Sets a list of variable binds.

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

Parameters

address  IPAddress
Address.
community  String
Community name.
variables  IListVariable
Variable binds.

Return Value

IListVariable
See Also