|
DiscoveryGetResponse Method
|
Gets the response.
Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
Syntaxpublic ReportMessage GetResponse(
int timeout,
IPEndPoint receiver
)
Public Function GetResponse (
timeout As Integer,
receiver As IPEndPoint
) As ReportMessage
public:
ReportMessage^ GetResponse(
int timeout,
IPEndPoint^ receiver
)
member GetResponse :
timeout : int *
receiver : IPEndPoint -> ReportMessage
function GetResponse(timeout, receiver);
View SourceParameters
- 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