Apex PDT Technical Reference Manual
7 Apex Programming Resource
COAM30002
Rev. 2.00
8/13/02
7-9
Error Trap
apisErrorTrap
Syntax:
CALL apisErrorTrap()
Input:
None
Returns:
None
Notes:
A generic error trapping routine used with the ONERROR
function.
Transfer/Receive String
apifSendRefString
Syntax:
Rslt$ = apifSendRefString(Port, Text$, Direction)
Input:
Port
= apiRS232 (RS-232 port) or apiIR (IR port)
Text$
= Text to be sent or received via designated
Port
.
Direction
=
apiSend
(sends identified string to PC or other
serial device) or
apiRecv
(Apex PDT receives a string).
Returns:
–1 if the user aborts before text is sent.
Notes:
Used to send or receive a string through the Apex PDT
RS-232 port or the IR port.
Clear File
apisClearFile
Syntax:
Call apisClearFile(FileName
Input:
FileName
= File to be cleared.
Returns:
None
Notes:
Removes all data from the specified file.
Summary of Contents for Apex III
Page 2: ...This Page Intentionally Left Blank...
Page 12: ...Apex PDT Technical Reference Manual Table Of Contents COAM30002 Rev 2 00 8 13 02 viii...
Page 108: ...Apex PDT Technical Reference Manual 6 Utility Programs COAM30002 Rev 2 00 8 13 02 6 36...
Page 152: ...Apex PDT Technical Reference Manual 10 Power Management COAM30002 Rev 2 00 8 13 02 10 8...
Page 166: ...Apex III Technical Reference Manual Appendix A COAM30002 Rev 1 03 08 13 02 A 6...
Page 167: ...This Page Intentionally Left Blank...