Bosch DCN Next Generation Bedienungsanleitung Seite 96

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 296
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 95
DCN Next Generation Open Interface Release 2.4 Microphone Management
en | 96
Bosch Communications Systems | 2007 February | SRS_MMINF | Du020903
Response structure from the function
The function has no response parameters.
Error codes returned
MM_E_NOERROR
Update notifications
MM_C_SPK_CLEAR_ON_PC
Related functions
MM_C_SPK_APPEND
3.3.5 MM_C_SPK_GET
Purpose
Retrieve the complete contents of the Speakers 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 wNrOfSpk;
MM_T_SPK_MICRO tSpkList[DBSC_MAX_SPEAKERLIST];
} MM_T_CCU_SPKLIST;
Where the MM_T_SPK_MICRO is defined as:
typedef struct
{
WORD wUnitId;
BOOLEAN bMicroOn;
} MM_T_SPK_MICRO;
where:
wNrOfSpk The number of SPK list entries actual present in the tSpkList
array. Only this amount of array elements is transmitted. This
value never exceeds the constant
DBSC_MAX_SPEAKERLIST.
tSpkList [] Array holding the SPK list information. Each array element is
defined as a MM_T_SPK_MICRO structure, which is defined
below.
wUnitId Unit identifier
bMicroOn TRUE if the microphone is currently on
FALSE if the microphone is currently off
Error codes returned
MM_E_NOERROR
Related functions
MM_C_SPK_APPEND
3.4 MM Comment Speaker list functions
This section describes the functions to manipulate the comment speakers list. Note that a
Comment Speaker can only be generated by shifting a Comment Request using the
MM_C_SHIFT_CR function (see also section 3.7.3).
3.4.1 MM_C_CS_REMOVE
Purpose
Removes a speaker from the CS list on the CCU. A removal of a unit from the CS list
automatically implies that the units’ microphone will be turned off.
Seitenansicht 95
1 2 ... 91 92 93 94 95 96 97 98 99 100 101 ... 295 296

Kommentare zu diesen Handbüchern

Keine Kommentare