VIB_IsExecuting 

Syntax

#include <nitro/vib.h>
BOOL VIB_IsExecuting(void);
 

Arguments

None.

Return Values

Returns TRUE after pulse vibration is started by the call to the VIB_StartPulse function but before pulse vibration is stopped by the call to VIB_StopPulse. Otherwise, returns FALSE.

Description

Returns whether pulse vibration is being performed.

After vibrating for the number of times specified in repeat_num, it will return TRUE until the VIB_StopPulse function is called, even if the vibration has stopped.

Revision History

2008/05/01 Revised the description of the return values.
2005/08/16 Initial version.


CONFIDENTIAL