Click or drag to resize

DiscoveryGetResponse Method

Gets the response.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public ReportMessage GetResponse(
	int timeout,
	IPEndPoint receiver
)
View Source

Parameters

timeout  Int32
The time-out value, in milliseconds. The default value is 0, which indicates an infinite time-out period. Specifying -1 also indicates an infinite time-out period.
receiver  IPEndPoint
The receiver.

Return Value

ReportMessage
See Also