EasyVR Library 1.11.1
By assigning new values to these symbols you can alter the default settings used by the library implementation. More...
Macros | |
#define | EASYVR_PLAY_TIMEOUT EasyVR::PLAY_TIMEOUT |
Playback maximum duration (in ms). More... | |
#define | EASYVR_RX_TIMEOUT EasyVR::DEF_TIMEOUT |
Receive timeout (in ms). More... | |
#define | EASYVR_STORAGE_TIMEOUT EasyVR::STORAGE_TIMEOUT |
Reply timeout for storage operations (in ms). More... | |
#define | EASYVR_TOKEN_TIMEOUT EasyVR::TOKEN_TIMEOUT |
Token maximum duration (in ms). More... | |
#define | EASYVR_WAKE_TIMEOUT EasyVR::WAKE_TIMEOUT |
Wakeup maximum delay (in ms). More... | |
Detailed Description
By assigning new values to these symbols you can alter the default settings used by the library implementation.
These settings are available for completeness. The default values should be appropriate for normal use cases.
Macro Definition Documentation
#define EASYVR_PLAY_TIMEOUT EasyVR::PLAY_TIMEOUT |
Playback maximum duration (in ms).
The maximum time that is spent waiting for a synchronous playback operation to complete. Asynchronous playback is not affected.
#define EASYVR_RX_TIMEOUT EasyVR::DEF_TIMEOUT |
Receive timeout (in ms).
The maximum time that is spent waiting for a reply from the EasyVR module.
#define EASYVR_STORAGE_TIMEOUT EasyVR::STORAGE_TIMEOUT |
Reply timeout for storage operations (in ms).
The maximum time that is spent waiting for a reply after a command that involves write access to the EasyVR internal storage.
#define EASYVR_TOKEN_TIMEOUT EasyVR::TOKEN_TIMEOUT |
Token maximum duration (in ms).
The maximum time that is spent by the EasyVR module for sending a SonicNet token and reply.
#define EASYVR_WAKE_TIMEOUT EasyVR::WAKE_TIMEOUT |
Wakeup maximum delay (in ms).
The maximum time that the EasyVR module can spend for waking up from idle states.