Click or drag to resize
Grid Solutions Framework

ConcentratorDeviceCommandHandler Method

Handles incoming commands from devices connected over the command channel.

Namespace: PhasorProtocolAdapters.IeeeC37_118
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
protected override void DeviceCommandHandler(
	Guid clientID,
	string connectionID,
	byte[] commandBuffer,
	int length
)
View Source

Parameters

clientID  Guid
Guid of client that sent the command.
connectionID  String
Remote client connection identification (i.e., IP:Port).
commandBuffer  Byte
Data buffer received from connected client device.
length  Int32
Valid length of data within the buffer.
See Also