Click or drag to resize
Grid Solutions Framework

PhasorMeasurementMapperSendCommand Method

Sends the specified DeviceCommand to the current device connection.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.181-beta
Syntax
[AdapterCommandAttribute("Sends the specified command to connected phasor device.", 
	new string[] { ... })]
public void SendCommand(
	DeviceCommand command
)
View Source

Parameters

command  DeviceCommand
DeviceCommand to send to connected device.
See Also