ACI_GangTerminateFunction |
Top Previous Next |
ACI_FUNC ACI_GangTerminateFunction(ACI_GangTerminate_Params * params);
Description
This function, similar to the ACI_TerminateFunction which is applicable for stopping a single device programmer, is intended for terminating a current programming operation on one programming site belonging to the multiprogramming cluster or a gang programmer. The programming site (or socket) number is specified by the SiteNumber parameter from the ACI_GangTerminate_Params structure.
This function can be used only for the ChipProg programmers launched in the gang mode (see the /gang parameter among other command line keys for the ACI_Launch function). In order to terminate an operation for a running single-site ChipProg programmer use the ACI_TerminateFunction.
When the ACI_GangTerminateFunction initiates stopping a current operation it returns the control either when the operation was successfully stopped or with a delay defined by the Timeout parameter. |