Click or drag to resize

ClientBaseReceiveDataComplete Event

Occurs when data received from the server has been processed and is ready for consumption.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<byte[], int>> ReceiveDataComplete
View Source

Value

EventHandlerEventArgsByte, Int32

Implements

IClientReceiveDataComplete
Remarks
Argument1 is a new buffer containing post-processed data received from the server starting at index zero.
Argument2 is the number of post-processed bytes received in the buffer from the server.
See Also