Click or drag to resize

ManagerSet(IPEndPoint, 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(
	IPEndPoint endpoint,
	string community,
	IList<Variable> variables
)
View Source

Parameters

endpoint  IPEndPoint
Endpoint.
community  String
Community name.
variables  IListVariable
Variable binds.

Return Value

IListVariable
See Also