CereStim 96 API  RS-0075 Rev 3.00
BSTIMAPI BResult play ( UINT16  times)

Tells the stimulator the number of times that it should run the stimulation script. A zero passed in will tell it to run indefinately until it is either stopped or paused by the user. Other values include between 1 and 65,535 repetitions. Can not be called during a beginningOfSequence and endOfSequence command call.

Parameters
[in]timesNumber of times to execute the stimulation script 0 means indefinately
Returns
a BResult status, either hardware or software error
Examples:
simpleExample.cpp.