
DCN Next Generation Open Interface Release 2.4 Simultaneous Interpretation
en | 168
Bosch Communications Systems | 2007 February | SRS_ININF | Du030905
4.2.3 IN_C_FLASHING_MIC_ON 1
Purpose 2
Notifies the remote controller of the flashing microphone button ring setting. 3
Notify structure with this update 4
The update comes with the following structure: 5
BOOLEAN bFlashingWhenEngaged 6
where: 7
bFlashingWhenEngaged TRUE if the microphone button ring flashes when engaged
FALSE if the microphone button ring does not flash when
engaged.
4.2.4 IN_C_FLOOR_DISTRIBUTION 8
Purpose 9
Notifies the remote controller of the floor distribution setting. 10
Notify structure with this update 11
The update comes with the following structure: 12
BOOLEAN bFloordistribution 13
where: 14
bFloorDistribution TRUE if the floor signal is distributed on the outgoing channel
when no interpretation is performed
FALSE if no signal is distributed on the outgoing channel
when no interpretation is performed.
4.2.5 IN_C_LANGUAGE_LIST 15
Purpose 16
Notifies the remote controller of a language list update. 17
Notify structure with this update 18
The update comes with the following structure: 19
struct 20
{ 21
WORD wVersionOfLangList; 22
struct IN_T_LANGLIST tLangList[DBSC_MAX_LANGNAME]; 23
}; 24
where the struct IN_T_LANGLIST is defined as: 25
struct IN_T_LANGLIST 26
{ 27
WORD wAudioLangId; 28
CHAR szLangName[DBSC_NCHAR_LANGNAME]; 29
CHAR szLangAbbr[DBSC_NCHAR_LANGABBR]; 30
}; 31
where: 32
wVersionOfLangList Version of the language list. This can be one of the following
constants:
• IN_C_ENG_LANG_LIST_ID (standard English list)
• IN_C_FR_LANG_LIST_ID (standard French list)
• IN_C_ORG_LANG_LIST_ID (original language list)
• IN_C_CUS_LANG_LIST_1_ID (custom language list
1)
• IN_C_CUS_LANG_LIST_2_ID (custom language list
2)
• IN_C_CUS_LANG_LIST_3_ID (custom language list
3)
Komentarze do niniejszej Instrukcji