ThreadCmd.sendCmdWithEvent Method¶
Module: ThreadCmd
Definition¶
Issues a command that triggers an event upon completion, supporting synchronization with other thread activities.
int id3DevicesThreadCmd_SendCmdWithEvent (
ID3_DEVICES_THREAD_CMD hThreadCmd,
int cmd,
int param1,
int param2,
void ** phevent)
Parameters
hThreadCmd
ID3_DEVICES_THREAD_CMDin Handle to the ThreadCmd object.cmd
intin The command index.param1
intin The first command paramter.param2
intin The second command parameter.phevent
void **out The event.
Returns