Click or drag to resize

IListenerBindingSendResponse Method

Sends a response message.

Namespace: GSF.Net.Snmp.Pipeline
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
void SendResponse(
	ISnmpMessage response,
	EndPoint receiver
)
View Source

Parameters

response  ISnmpMessage
A ISnmpMessage.
receiver  EndPoint
Receiver.
See Also