CARROLL TOUCH
Appendix C - TAPI Function Reference
Touch System Programmer’s Guide
C-9
Reset (0)
Description
This function resets the driver and/or touch system, using the hardware
reset feature that is appropriate for the touch controller used. The driver
is reset by performing the following steps:
1. Reinstalling the hardware interrupt vector.
2. Clearing the report buffer.
3. Clearing the user event handler event mask and enable bits.
A driver reset does NOT affect any communication parameters or the
address of the user event handler.
Resetting the report buffer only clears the TAPI report buffer. It does
not send a Clear_Touch_Report_Buffer (3DH) command to the touch
system.
Call with
AX
=
0 (function number).
BH
=
0.
BL
=
Select driver / touch system reset.
0
=
Reset touch system and driver.
1
=
Reset driver only.
2 =
Reset touch system only.
3 =
Reset report buffer only.
Returns
AX
=
0 (function number).
CX
=
Reset result.
0 =
Reset OK.
1 =
TAPI driver could not send commands to touch
system.
2 =
TAPI driver received an error report from the
touch system that contained error codes.
3 =
TAPI driver did not receive the expected error
report from the touch system.
Notes
For the SBC driver, there is no difference between resetting the driver
and resetting the touch system. Therefore, the SBC driver resets the
driver and the touch system if
BL
= 0, 1, or 2.
Содержание TouchSystems CarrollTouch Prog
Страница 1: ...CARROLL TOUCH TOUCH PRODUCTS an company AMP Touch System Programmer s Guide ...
Страница 11: ...Table of Contents CARROLL TOUCH viii ...
Страница 13: ...Table of Contents CARROLL TOUCH x ...
Страница 17: ...Welcome CARROLL TOUCH xiv Touch System Programmer s Guide ...
Страница 25: ...Chapter 1 Introduction to Infrared Touch Systems CARROLL TOUCH 1 8 Touch System Programmer s Guide ...
Страница 29: ...Chapter 2 Introduction to Guided Wave Touch Systems CARROLL TOUCH 2 4 Touch System Programmer s Guide ...
Страница 41: ...Chapter 3 General Programming Issues CARROLL TOUCH 3 12 Touch System Programmer s Guide ...
Страница 57: ...Chapter 4 Smart Frame Protocol CARROLL TOUCH 4 16 Touch System Programmer s Guide ...
Страница 87: ...Chapter 6 Touch Application Program Interface TAPI CARROLL TOUCH 6 10 Touch System Programmer s Guide ...
Страница 149: ...Appendix A Smart Frame Protocol Command Reference CARROLL TOUCH A 40 Touch System Programmer s Guide ...
Страница 179: ...Appendix B Smart Frame Protocol II Function Reference CARROLL TOUCH B 30 Touch System Programmer s Guide ...
Страница 237: ...Appendix D CTKERN Function Reference CARROLL TOUCH D 42 Touch System Programmer s Guide ...