typedef struct tagACI_GangStart_Params
{
UINT Size; // (in) Size of structure, in bytes
UINT SiteNumber; // (in) Site number to start auto programming at
UINT BufferNumber; // (in) Buffer number to use
BOOL Silent; // (in) On error, do not display error message box. Use ACI_GetStatus() to get error message string
} ACI_GangStart_Params;
SiteNumber
|
The number of the device programmer socket in the gang programmer or in a programming cluster comprised of multiple ChipProg programmers for which the ACI_GangStart function is launched. The site (socket) numbers begin from #0.
|
BufferNumber
|
The ordinal number of the memory buffer, content of which is required by the ACI_GangStart function. Numbers of ChipProg memory buffers begin from #0.
|
Silent
|
If this parameter is TRUE, then the error message dialog will be suppressed, the function execution will be terminated and the ACI_ERR_FUNCTION_FAILED code will be returned.. Use the ACI_GetStatus function to receive the error message.
|
See also: ACI_GangStart, ACI_GetStatus
|