Click or drag to resize

DiscoveryGetResponseAsync Method

Gets the response.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public Task<ReportMessage> GetResponseAsync(
	IPEndPoint receiver
)
View Source

Parameters

receiver  IPEndPoint
The receiver.

Return Value

TaskReportMessage
See Also