DeviceChannel.sendCommandBoolean Method¶
Module: DeviceChannel
Definition¶
(C++/dotnet): Issues a command with a boolean as result to the device.
public bool SendCommandBoolean(string cmd)
Parameters
cmd
stringin The command to be sent.
Returns
bool
the boolean result.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceChannel_SendCommandBoolean (
ID3_DEVICES_DEVICE_CHANNEL hDeviceChannel,
const char * cmd,
bool * result)
Parameters
hDeviceChannel
ID3_DEVICES_DEVICE_CHANNELin Handle to the DeviceChannel object.cmd
const char *in The command to be sent.result
bool *out the boolean result.
Returns