#include <remote.h>
Public Attributes | |
char * | domain_name |
uint32_t | domain_name_len |
uint32_t | session_id |
uint32_t | effective_domain_id |
Structure for remote_session_control, used with FASTRPC_GET_EFFECTIVE_DOMAIN_ID request ID to get effective domain id of fastrpc session on the user PD of the DSP
char* remote_rpc_effective_domain_id::domain_name |
[in] | Domain name of DSP |
uint32_t remote_rpc_effective_domain_id::domain_name_len |
[in] | Domain name length, without NULL character |
uint32_t remote_rpc_effective_domain_id::effective_domain_id |
[out] | Effective Domain ID of session |
uint32_t remote_rpc_effective_domain_id::session_id |
[in] | Session ID of the reserved session. 0 can be used for Default session |