vx_req_aux_diagnostic_state_dump
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Get the current state of the SDK. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| vx_diagnostic_dump_level | level The level of detail to return. |
Detailed Description
Get the current state of the SDK. See: vx_resp_aux_diagnostic_state_dump Attention: This is not supported on the iPhone platform. Get the initial state when connecting to an out of process Vivox SDK that is already running.struct vx_req_aux_diagnostic_state_dump;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable level
The level of detail to return.vx_diagnostic_dump_level level;