Sends the specified DeviceCommand to the current device connection.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void SendCommand( DeviceCommand command )
Public Sub SendCommand ( _ command As DeviceCommand _ )
public: void SendCommand( DeviceCommand command )
Parameters
- command (DeviceCommand)
- DeviceCommand to send to connected device.