Click or drag to resize

DataSubscriberOnReceivedUserCommandResponse Method

Raises the ReceivedUserCommandResponse event.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected void OnReceivedUserCommandResponse(
	ServerCommand command,
	ServerResponse response,
	byte[] buffer,
	int startIndex,
	int length
)
View Source

Parameters

command  ServerCommand
The code for the user command.
response  ServerResponse
The code for the server's response.
buffer  Byte
Buffer containing the message from the server.
startIndex  Int32
Index into the buffer used to skip the header.
length  Int32
The length of the message in the buffer, including the header.
See Also