Cyclone Automated Control Package
24
4.3.3 disconnect_from_cyclonepromax
function disconnect_from_cyclonepromax(cyclonepromaxhandle :
longword) : boolean;
bool disconnect_from_cyclonepromax(unsigned long
cyclonepromaxhandle);
bool disconnect_from_cyclonepromax(UInt32
cyclonepromaxhandle);
When processing is complete, the session with the Cyclone unit should be
terminated. Calling this routine with the appropriate handle terminates the
session. All Cyclone units should be disconnected when the application is
closed.
@param
cyclonepromaxhandle
The handle of the Cyclone unit to have its
session terminated
@returnvalue
True if the session terminated successfully
False otherwise
Examples of situations which could return a
value of false:
Invalid handle number
Cyclone unit specified is not currently open
4.3.4 set_local_machine_ip_number
procedure set_local_machine_ip_number(ip_number : pchar);
void set_local_machine_ip_number(char* ip_number);
void set_local_machine_ip_number(String ip_number);
If a machine has more than one network card, this routine may be called
to indicate the IP address of the network card which should be used
during communications. This should be called prior to calling any other
routines.
@param ip_number
A pointer to a null-terminated character
string in the format xxx.xxx.xxx.xxx, where
xxx = 0…255.