ThreadCmd.waitForCmdEnded Method¶
Module: ThreadCmd
Definition¶
Waits for a specified command to complete, offering mechanisms to poll command status and apply a timeout.
int id3DevicesThreadCmd_WaitForCmdEnded (
ID3_DEVICES_THREAD_CMD hThreadCmd,
void * hevent,
int pooltime,
int timeout)
Parameters
hThreadCmd
ID3_DEVICES_THREAD_CMDin Handle to the ThreadCmd object.hevent
void *in The event.pooltime
intin The pool time, in milliseconds.timeout
intin The timeout, in milliseconds.
Returns