Sends the specified DeviceCommand to the remote device.

C# | Visual Basic | Visual C++ |
public WaitHandle SendDeviceCommand( DeviceCommand command )
Public Function SendDeviceCommand ( _ command As DeviceCommand _ ) As WaitHandle
public: WaitHandle^ SendDeviceCommand( DeviceCommand command )

- command (DeviceCommand)
- DeviceCommand to send to the remote device.

A WaitHandle.
