Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_aux_set_idle_timeout

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated a day ago

Module: Audio Devices More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
intseconds
The number of contiguous seconds without keyboard or mouse activity that must occur for the idle state to change to "1" (idle).

Detailed Description

struct vx_req_aux_set_idle_timeout;
See: vx_resp_aux_set_idle_timeout Note: Mouse movement events do not trigger the exit from idle condition. Attention: This is not supported on the iPhone platform.

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable seconds

int seconds;
The number of contiguous seconds without keyboard or mouse activity that must occur for the idle state to change to "1" (idle).