Appendix A
Gang Writer Dynamic Link Library
S5U1C17001Y23 Multi-Programmer
Seiko Epson Corporation
29
System Manual (Rev. 1.1)
A.2.3 ResetTarget
•
Function
Issues a target reset to the target system.
Time-out is 1 second.
Control is returned immediately after this function is called.
Monitor the end of the operation with the GetStatus function.
•
Format
long ResetTarget (long IcdDeviceNumber);
•
Argument
IcdDeviceNumber: ICDmini ID number (0 to 999)
•
Return values
OK
NG
ERROR_PARAMETER
ERROR_ICD_CONNECTION
A.2.4 CheckTargetConnection
•
Function
Confirms connection with the target system.
Time-out is 1 second.
Control is returned immediately after this function is called.
Monitor the end of the operation with the GetStatus function.
•
Format
long CheckTargetConnection (long IcdDeviceNumber);
•
Argument
IcdDeviceNumber: ICDmini ID number (0 to 999)
•
Return values
OK
NG
ERROR_PARAMETER
ERROR_ICD_CONNECTION