ThreadCmd.getLoopFlag Method¶
Module: ThreadCmd
Definition¶
Retrieves the status of the thread’s loop flag, indicating whether the thread is in a continuous operation mode.
int id3DevicesThreadCmd_GetLoopFlag (
ID3_DEVICES_THREAD_CMD hThreadCmd,
bool * loopFlag)
Parameters
hThreadCmd
ID3_DEVICES_THREAD_CMDin Handle to the ThreadCmd object.loopFlag
bool *out The loop flag.
Returns