Cyclone Automated Control Package
28
4.4.3 check_STARTED_cyclonepromax_status
function check_STARTED_cyclonepromax_status(
cyclonepromaxhandle : longword) : longword;
unsigned long check_STARTED_cyclonepromax_status(unsigned
long cyclonepromaxhandle);
UInt32 check_STARTED_cyclonepromax_status(UInt32
cyclonepromaxhandle);
Checks to see if the Cyclone unit has completed a programming operation
started with either the
“START_execute_all_commands” or
“START_dynamic_program_bytes” routines.
After this call returns with completed va
lue, “get_last_error_code” should
be called to determine the programming result. A result of 0 will be
returned even if a programming error has occurred or if communication
with the Cyclone unit is lost.
@param
cyclonepromaxhandle
The handle of the Cyclone unit to perform
a status check on.
@returnvalue
1 = Currently programming
0 = Completed (with or without error)