Sends the specified DeviceCommand to the remote device.
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
- command (DeviceCommand)
- DeviceCommand to send to the remote device.
Return Value
A WaitHandle.
Remarks