User's Manual

MM Remote Interface Description en | 12
Bosch Security Systems B.V. | 2003 December | MM Remote Interface Description
When the microphone operation-mode equals MM_C_OPERATOR_WITH_COMMENT_LIST and the
maximum number of active microphones is increased to more than 1 an error is returned.
Parameter structure for the function
The function requires the following structure as parameter:
WORD wActiveMics;
where:
wActiveMics
The number of active microphones which can be on at the
same time. Valid values are in the range 1..4.
Response structure from the function
The function has no response parameters.
Error codes returned
MM_E_NOERROR
MM_E_ILLEGAL_MAX_ACT_MICS
Update notifications
MM_C_SET_ACTIVE_MICS_ON_PC
and various SPK, CS, RTS and/or CR updates depending on the change in size of the speakers list length.
3.2.7 MM_C_GET_SETTINGS
Purpose
Retrieve the general settings from the MM-application. This function can be used to get the initial state of the
operation mode and the number of active microphones as set using the button on the front panel of 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 wOperationMode;
WORD wActiveMics;
WORD wMaxRTSListLen;
BOOLEAN bAllowCancelRequests;
BOOLEAN bAllowMicroOff;
BOOLEAN bAttentionTone;
BOOLEAN bAmbientMicCtrl;
} MM_T_CCU_GLOBAL_SETTINGS;
where:
wOperationMode
The operation mode of the MM application which is one of the
following:
MM_C_OPERATOR_WITH_REQ_LIST
MM_C_DELEGATE_WITH_REQ_LIST
MM_C_DELEGATE_WITH_OVERRIDE
MM_C_DELEGATE_WITH_VOICE
MM_C_OPERATOR_WITH_COMMENT_LIST
For more information about the different modes see section
3.2.5.
wActiveMics
The number of active delegate microphones which can be on at
the same time (chairman micro’s are not counted). Range 1..4
wMaxRTSListLen
The maximum Request To Speak list length. Range: 0..100.
bAllowCancelRequest
TRUE: A Delegate is able to cancel a request to speak using
the Micro-key on the unit.
FALSE: A Delegate is not able to cancel a request to speak.
(This parameter is only valid within the operation modes
MM_C_OPERATOR_WITH_REQ_LIST,
MM_C_DELEGATE_WITH_REQ_LIST and
MM_C_OPERATOR_WITH_COMMENT_LIST).
Note: A Delegate is always able to cancel a comment request
bAllowMicroOff
TRUE: A Delegate is able to turn off the microphone on the unit.
FALSE: A Delegate is not able to turn off the microphone. This