Driver test result types
QNX SDP8.0Input Events Library ReferenceAPIDeveloperProgramming
The types of test results
Synopsis:
#include <input/mtouch_driver.h>
enum { MTOUCH_TEST_RESULT_COMPLETED, MTOUCH_TEST_RESULT_NOT_SUPPORTED, MTOUCH_TEST_RESULT_NOT_NOW, MTOUCH_TEST_RESULT_I2C_FAILURE, MTOUCH_TEST_RESULT_TIMEOUT };
Data:
- MTOUCH_TEST_RESULT_COMPLETED
- Test has completed.
- MTOUCH_TEST_RESULT_NOT_SUPPORTED
- Test is not supported.
- MTOUCH_TEST_RESULT_NOT_NOW
- Test cannot be run at this time.
- MTOUCH_TEST_RESULT_I2C_FAILURE
- I2C communication with controller failed.
- MTOUCH_TEST_RESULT_TIMEOUT
- The controller did not respond in time.
Library:
libinputeventsDescription:
This enumeration lists possible test results from using the test interface for an mtouch driver.
Page updated: