Bosch DCN Next Generation Manuale Utente Pagina 162

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 296
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 161
DCN Next Generation Open Interface Release 2.4 Simultaneous Interpretation
en | 162
Bosch Communications Systems | 2007 February | SRS_ININF | Du030905
3.2.19 IN_C_GET_HELP_SIGN
Purpose
This function is used to retrieve the interpreter desks configuration concerning the enabling of
help signaling. There are two possibilities: either the function is disabled or enabled.
Parameter structure for the function
The function has no additional parameters.
Response structure from the function
The function returns the following structure:
BOOLEAN bHelpSign;
where:
bHelpSign TRUE if help signaling is enabled.
FALSE if help signaling is disabled.
Error codes returned
IN_E_NOERROR
IN_E_APP_NOT_STARTED
Related functions
IN_C_SET_HELP_SIGN
3.2.20 IN_C_ASSIGN_UNIT
Purpose
This function is used to assign unit(s) to the given booth and desk numbers.
Parameter structure for the function
The function requires the following structure as parameter:
typedef struct
{
WORD wNrOfUnits;
IN_T_UNIT_ASSIGN tUnitAssignList[DBSC_MAX_INTSEAT];
} IN_T_UNIT_ASSIGN_LIST;
where the IN_T_UNIT_ASSIGN is defined as:
typedef struct
{
UNITID tUnitId;
BYTE byBooth;
BYTE byDesk;
} IN_T_UNIT_ASSIGN;
where:
wNrOfUnits The number of unit list entries actual present in the
tUnitAssignList array. Only this amount of array elements is
transmitted. This value never exceeds the constant
DBSC_MAX_INTSEAT.
tUnitAssignList [] Array holding the list of unit assignments.
wUnitId Unit Identifier of the interpreter
byBooth The assigned booth number, with the values 0…30
byDesk The assigned desk number, with the value 0…5
Response structure from the function
The function has no response parameters.
Error codes returned
IN_E_NOERROR
IN_E_APP_NOT_STARTED
IN_E_WRONG_PARAMETER
Vedere la pagina 161
1 2 ... 157 158 159 160 161 162 163 164 165 166 167 ... 295 296

Commenti su questo manuale

Nessun commento