|
PhasorMeasurementMapperSendCommand Method
|
Sends the specified DeviceCommand to the current device connection.
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax [AdapterCommandAttribute("Sends the specified command to connected phasor device.",
new string[] { ... })]
public void SendCommand(
DeviceCommand command
)
<AdapterCommandAttribute("Sends the specified command to connected phasor device.",
New String() { ... })>
Public Sub SendCommand (
command As DeviceCommand
)
public:
[AdapterCommandAttribute(L"Sends the specified command to connected phasor device.",
__gc new array<String^>^ { ... })]
void SendCommand(
DeviceCommand command
)
[<AdapterCommandAttribute("Sends the specified command to connected phasor device.",
new string[] { ... })>]
member SendCommand :
command : DeviceCommand -> unit
function SendCommand(command);
View SourceParameters
- command DeviceCommand
- DeviceCommand to send to connected device.
See Also