
DCN Next Generation Open Interface Release 2.4 Microphone Management
en | 98
Bosch Communications Systems | 2007 February | SRS_MMINF | Du020903
Related Functions
MM_C_NBK_SET
MM_C_NBK_GET
3.5.2 MM_C_NBK_CLEAR
Purpose
Clear the complete contents of the Notebook list
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_NBK_SET_ON_PC
Related Functions
MM_C_NBK_SET
3.5.3 MM_C_NBK_GET
Purpose
Retrieve the complete contents of the Notebook 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 wNrOfNbk;
MM_T_NBK_MICRO tNbkList[DBSC_MAX_NOTEBOOKLIST];
} MM_T_CCU_NBKMICROLIST;
Where the MM_T_NBK_MICRO is defined as:
typedef struct
{
WORD wUnitId;
WORD wMicroType;
BOOLEAN bMicroOn;
} MM_T_NBK_MICRO;
where:
wNrOfNbk The number of NBK list entries actual present in the tNbkList
array. Only this amount of array elements is transmitted. This
value never exceeds the constant
DBSC_MAX_NOTEBOOKLIST.
tNbkList [ ] Array holding the NBK list information. Each array element is
defined as a MM_T_NBK_MICRO structure, which is defined
below.
wUnitId Unit Identifier
wMicroType The type of microphone handling for the notebook
entry. The following microphone types are valid for the
notebook entries:
• MM_C_VIP_CHAIRMAN
• MM_C_VIP_KEY
• MM_C_VIP_OPERATOR
• MM_C_VIP_VOICE
Komentáře k této Příručce