
DCN Next Generation Open Interface Release 2.4 Microphone Management
en | 102
Bosch Communications Systems | 2007 February | SRS_MMINF | Du020903
Parameter structure for the function
The function has no additional parameters.
Response structure from the function
The function has no response parameters.
Error codes returned
MM_E_NOERROR
Update notifications
MM_C_RTS_CLEAR_ON_PC
MM_C_RTS_CLEAR_COMMENT_ON_PC
Related functions
MM_C_RTS_APPEND
MM_C_RTS_REMOVE
3.6.4 MM_C_RTS_GET
Purpose
Retrieve the complete contents of the Request To Speak list as present in the CCU.
Parameter structure for the function
The function has no additional parameters.
Response structure from the function
The function returns the following structure:
typedef struct
{
WORD wNrOfRts;
MM_T_RTS tRtsList[DBSC_MAX_DELRTS];
} MM_T_CCU_RTSLIST;
where:
wNrOfRts The number of RTS list entries actual present in the tRtsList
array. Only this amount of array elements are transmitted. This
value never exceeds the constant DBSC_MAX_DELRTS.
tRtsList [ ] Array holding the RTS list information. Each array element is
defined as a MM_T_RTS
structure which is defined in section
3.6.
Error codes returned
MM_E_NOERROR
Related functions
MM_C_RTS_SET
3.6.5 MM_C_RTS_SET
Purpose
Set a new RTS list on the CCU. The current RTS list will be cleared and the provided RTS list
will be made current.
Parameter structure for the function
The function needs as parameter a list of RTS entries as defined as response structure by
the function MM_C_RTS_GET (section 3.6.4). The same structure received by the function
MM_C_RTS_GET must be transmitted by this function.
Response structure from the function
The function has no response parameters.
Error codes returned
MM_E_NOERROR
MM_E_ILLEGAL_MIC_OPER_MODE
Komentarze do niniejszej Instrukcji