
IExerciser
25
DeleteAllCommands
Declaration: long DeleteAllCommands()
Input(s): None
Return Value: Error code or zero (no error)
Remark: Deletes all exerciser commands from exerciser program.
See Also API Errors
SetStartOfLoop
Declaration: long SetStartOfLoop(short sCommandIndex, long bSet)
Input(s): sCommandIndex sets index of exerciser command.
bSet sets status of start of loop flag for exerciser command.
Return Value: Error code or zero (no error)
Remark: Sets a specified command (with Index) as start of a loop.
See Also API Errors
SetEndOfLoop
Declaration: long SetEndOfLoop(short sCommandIndex, long bSet)
Input(s): sCommandIndex sets index of exerciser command.
bSet sets status of end of loop flag of exerciser command.
Return Value: Error code or zero (no error)
Remark: Sets a specified command (with Index) as end of a loop.
See Also: API Errors
SetRepeatCommand
Declaration: long SetRepeatCommand(short sCommandIndex, long bSet)
Input(s): sCommandIndex sets index of exerciser command.
bSet sets status of repeat flag of exerciser command.
Return Value: Error code or zero (no error)
Remark: Sets a specified command (with index) to repeat loop.
See Also: API Errors
Komentáře k této Příručce