Implementation of the device control interface. More...
Inherits object.
Public Member Functions | |
| str | send_string_command (self, cvb.DeviceControlCommand command, str value) |
| Sends the given command value to the driver. More... | |
Implementation of the device control interface.
| str send_string_command | ( | self, | |
| cvb.DeviceControlCommand | command, | ||
| str | value | ||
| ) |
Sends the given command value to the driver.
command : cvb.DeviceControlCommand Command to execute (see cvb.DeviceControlCommand).
value : str String value to send.
str The command's result as a string.