Cyclone Automated Control Package
20
4.2.3 enumerate_all_ports
procedure enumerate_all_ports;
void enumerate_all_ports(void);
void enumerate_all_ports(void);
Performs all necessary initialization in order to successfully communicate
with a Cyclone unit. This function needs to be called once, before the first
call to “connect_to_cyclonepromax”.
4.2.4 close_all_ports
procedure close_all_ports;
void close_all_ports(void);
void close_all_ports(void);
This call closes all open Cyclone units (if any) and frees all dynamic
memory used by the DLL. This function should be called before the user
application is closed.
4.2.5 version
function version : pchar;
char * version(void);
String version(void);
@returnvalue
Returns a pointer to a null-terminated
string containing the version number of the
DLL.