Click or drag to resize
Grid Solutions Framework

PhasorMeasurementMapperDeviceCommandHandler Method

Handles incoming commands from devices connected over the command channel. This is used by data-forwarding feature,

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.181-beta
Syntax
protected virtual 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