Sends the specified DeviceCommand to the remote device.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public WaitHandle SendDeviceCommand( DeviceCommand command )
Public Function SendDeviceCommand ( _ command As DeviceCommand _ ) As WaitHandle
public: WaitHandle^ SendDeviceCommand( DeviceCommand command )
 Parameters
 Parameters- command (DeviceCommand)
- DeviceCommand to send to the remote device.
 Return Value
 Return ValueA WaitHandle.
 Remarks
 Remarks