Click or drag to resize

ManagerGetSingle(IPEndPoint, String, Variable) Method

Gets a variable bind.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public Variable GetSingle(
	IPEndPoint endpoint,
	string community,
	Variable variable
)
View Source

Parameters

endpoint  IPEndPoint
Endpoint.
community  String
Community name.
variable  Variable
Variable bind.

Return Value

Variable
See Also