Bosch DCN Next Generation Manual do Utilizador Página 115

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 296
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 114
DCN Next Generation Open Interface Release 2.4 Microphone Management
en | 115
Bosch Communications Systems | 2007 February | SRS_MMINF | Du020903
Notify structure with this update
The update comes with the following structure:
MM_T_RTS tRtsFirst;
where:
tRtsFirst The RTS list entry, which is now at the top of the RTS list.
4.6.5 MM_C_RTS_INSERT_ON_PC
Purpose
Notifies the remote controller that a delegate/unit combination is inserted in the RTS list
before another RTS entry. This notification is sent for both an insertion between two RTS
entries as a append of a RTS entry to the end of the RTS.
Notify structure with this update
The update comes along with the following structure:
typedef struct
{
MM_T_RTS tSearchRts;
MM_T_RTS tNewRts;
} MM_T_RTS_INSERT;
where:
tSearchRts The RTS entry to search for. The new RTS entry (‘tNewRts’)
shall be inserted before this RTS entry. When the elements of
the entry are filled with empty values, then the entry ‘tNewRts’
will be added to the end of the list.
tNewRts The RTS entry to be added to the list.
Note that an append of the new RTS entry will be done when the elements of this parameter
are filled with empty values like:
tSearchRts.wUnitId = DBSC_EMPTY_UNIT;
tSearchRts.wDelegateId = DBSC_EMPTY_DELEGATE;
4.6.6 MM_C_RTS_REPLACE_ON_PC
Purpose
Notifies the remote controller that a delegate/unit combination is replaced by a new RTS
entry.
Notify structure with this update
The update comes along with the following structure:
typedef struct
{
MM_T_RTS tCurrRts;
MM_T_RTS tNewRts;
} MM_T_RTS_REPLACE;
where:
tCurrRts The RTS entry to search for. This RTS entry is replaced by the
new value given in the parameter ‘tNewRts’.
tNewRts The RTS entry holding the new contents.
4.7 MM Comment Request list notifications
The Microphone Management Comment Request notifications report the remote controller
the changes in the CR list.
Vista de página 114
1 2 ... 110 111 112 113 114 115 116 117 118 119 120 ... 295 296

Comentários a estes Manuais

Sem comentários