Function GangGetError |
Top |
int GangGetError(int site, char s[]);
Description:
In the gang mode get an error message about the failure of the socket, the number of which is specified by the parameter site (the first socket in the gang programmer has the number 0). The error message (a string) dumps to the array with the pointer s. If no single error has occurred during the programming session the first byte in the error string will be 0 (zero). |