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

in Handle to the ThreadCmd object.

loopFlag bool *
out The loop flag.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.