The StopVibra() call interrupts immediately the device vibration that was started with the StartVibraL() method.
StopVibra()
StartVibraL()
The following code snippet demonstrates how to stop the vibration feature:
iVibra->StopVibraL();