Remote Interface
Remote API
remote_rpc_effective_domain_id Struct Reference

#include <remote.h>

Public Attributes

char * domain_name
 
uint32_t domain_name_len
 
uint32_t session_id
 
uint32_t effective_domain_id
 

Detailed Description

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

Member Data Documentation

◆ domain_name

char* remote_rpc_effective_domain_id::domain_name
Parameters
[in]Domain name of DSP

◆ domain_name_len

uint32_t remote_rpc_effective_domain_id::domain_name_len
Parameters
[in]Domain name length, without NULL character

◆ effective_domain_id

uint32_t remote_rpc_effective_domain_id::effective_domain_id
Parameters
[out]Effective Domain ID of session

◆ session_id

uint32_t remote_rpc_effective_domain_id::session_id
Parameters
[in]Session ID of the reserved session. 0 can be used for Default session

The documentation for this struct was generated from the following file: