Sends the specified DeviceCommand to the current device connection.
Declaration Syntax
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 )
Parameters
- command (DeviceCommand)
- DeviceCommand to send to connected device.