Cyclone Automated Control Package
32
4.5 Configuration / Image Maintenance Calls
4.5.1 reset_cyclonepromax
function reset_cyclonepromax(cyclonepromaxhandle : longword;
reset_delay_in_ms : longword) : boolean;
bool reset_cyclonepromax(unsigned long cyclonepromaxhandle,
unsigned long reset_delay_in_ms);
bool reset_cyclonepromax(UInt32 cyclonepromaxhandle, UInt32
reset_delay_in_ms);
Used to reset the Cyclone hardware. This routine is a legacy call and does
not need to be called by the application.
@param
cyclonepromaxhandle
The handle of the Cyclone unit that will be
reset.
@param reset_delay_in_ms
The reset delay, specified in milliseconds.
The delay should be at least 5500 ms.
@returnvalue
True if reset was successful
False otherwise
4.5.2 get_firmware_version
function get_firmware_version(cyclonepromaxhandle : longword) :
pchar;
char *get_firmware_version(unsigned long cyclonepromaxhandle);
String get_firmware_version(UInt32 cyclonepromaxhandle);
Used to determine the current firmware version of the Cyclone unit.
@param
cyclonepromaxhandle
The handle of the Cyclone unit of which to
read the firmware version.
@returnvalue
Returns a pointer to a null-terminated
character string containing the firmware
version.