ThreadCmd.sendCmdParam Method¶
Module: ThreadCmd
Definition¶
Sends a command accompanied by up to three integer parameters, providing detailed instruction for command execution.
int id3DevicesThreadCmd_SendCmdParam (
ID3_DEVICES_THREAD_CMD hThreadCmd,
int cmd,
int param1,
int param2,
int param3)
Parameters
hThreadCmd
ID3_DEVICES_THREAD_CMDin Handle to the ThreadCmd object.cmd
intin The command index.param1
intin The first command parameter.param2
intin The second command parameter.param3
intin The third command parameter.
Returns