[At master]
long Ret;
Ret = GpResetren ( ); //Cleans the Remote Enable state of the destination device.
Ret = GpExit ( ); //Performs the completion processing.
[At slave]
long Ret;
Ret = GpExit ( ); //Performs the completion processing.
Notes: To finish programs, it is not only to terminate the dialog. Otherwise, when use the GPIB board again, the unexpected behave will occurs. Please use this function to terminate the programs.
Up to now, the exiting work completed.