COR_SLEEP

Waits (at least) the given number of seconds.

Syntax

int cor_sleep(time_to_sleep)

int time_to_sleep

Input Parameters

time_to_sleep

Contains the time to wait in seconds.

Output Parameters

None

Return Value

This subroutine returns one of the following:

TOOLKIT_SUCCESS

Function completed successfully.

TOOLKIT_FAILURE

Function not completed successfully.

More information

Device Communications Toolkit other subroutines.