Click or drag to resize
Grid Solutions Framework

CommonPhasorServicesSendCommand Method

Sends the specified DeviceCommand to the current device connection.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
public void SendCommand(
	DeviceCommand command
)
View Source

Parameters

command  DeviceCommand
DeviceCommand to send to connected device.
See Also