Function psyiage_diag_run

Function Documentation

FUTURE_PSYIAGE_API int psyiage_diag_run(psyiage_handle handle, psyiage_diag_type diagnostic, psyiage_diag_result *result)

Run a diagnostic test.

Execute the specified diagnostic test to run on the device. The result of the test is either PASS or FAIL.

Note

Not yet implemented

Return

If successful, PSYIAGE_ERROR_SUCCESS. Otherwise, a non-zero error code

Parameters
  • handle: - A handle to the psyiage instance

  • diagnostic: - The diagnostic test to run

  • result: - If successful, contains the PASS/FAIL result, as well as any errors encountered in the test.