Click or drag to resize

MessengerGetAsync Method

Gets a list of variable binds.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static Task<IList<Variable>> GetAsync(
	VersionCode version,
	IPEndPoint endpoint,
	OctetString community,
	IList<Variable> variables
)
View Source

Parameters

version  VersionCode
Protocol version.
endpoint  IPEndPoint
Endpoint.
community  OctetString
Community name.
variables  IListVariable
Variable binds.

Return Value

TaskIListVariable
See Also