ERROR_TIMEOUT constant

int const ERROR_TIMEOUT

The current request timed out. The timeout mechanism prevents infinite waiting for the fingerprint sensor's response. The timeout interval varies depending on the user device and sensor. Generally, the timeout interval is 30 seconds.

Implementation

static const int ERROR_TIMEOUT = 3;