Sends the specified DeviceCommand to the current device connection.

C# | Visual Basic | Visual C++ |
[AdapterCommandAttribute("Sends the specified command to connected phasor device.")] public void SendCommand( DeviceCommand command )
<AdapterCommandAttribute("Sends the specified command to connected phasor device.")> _ Public Sub SendCommand ( _ command As DeviceCommand _ )
[AdapterCommandAttribute(L"Sends the specified command to connected phasor device.")] public: void SendCommand( DeviceCommand command )

- command (DeviceCommand)
- DeviceCommand to send to connected device.