Bosch Appliances THE DCN Home Security System User Manual


 
SC & SI Remote Interface Description en | 20
Bosch Security Systems B.V. | 2003 December | SC & SI Remote Interface Description
Note that: Upon communication loss this function will be activated, if SI_C_START_INSTALL
was activated.
Availability
This function is available in CCU system mode config.
Parameter structure for the function
The function has no additional parameters.
Response structure from the function
The function has no response parameters.
Error codes returned
SI_E_NOERROR
SI_E_FAILED (another controller has the SI mode in use)
Update Notifications
SC_C_CCU_MODE_CHANGE
Related functions
SI_C_START_INSTALL
SI_C_SELECT_UNIT
5.4 SI_C_SELECT_UNIT
Purpose
Select a unit for linking to a seat by means of flashing all LED’s on the unit. Only one unit can be selected at
the same time. When the second unit is selected the first unit is deselected automatically before the selection
of the second.
This function will only select a unit if the unit selected represents an installable unit. An installable unit is an
unit which can be assigned with a seat number.
Installable unit types are
DCNC_UNIT_DELEGATE
DCNC_UNIT_CHAIRMAN
DCNC_UNIT_DELEGATE_CARD
DCNC_UNIT_DUAL_MIC
DCNC_UNIT_FLUSH_CHAIRMAN
DCNC_UNIT_FLUSH_DELEGATE
DCNC_UNIT_2000_DELEGATE
DCNC_UNIT_2000_CHAIRMAN
DCNC_UNIT_2000_DELEGATE_CARD
DCNC_UNIT_DAI_CHAIRMAN
DCNC_UNIT_DISC_DELEGATE
DCNC_UNIT_DISC_CHAIRMAN
DCNC_UNIT_FLUSH_DEL_NODISP
DCNC_UNIT_FLUSH_CHR_NODISP
When called during the installation mode SI_C_GLOBAL_INSTALL_MODE the microphone of the unit will be
turned on as long as the unit is selected.
Availability
This function is available in CCU system modes config and congress.
Parameter structure for the function
The function requires the following structure as parameter:
typedef struct
{
WORD wUnitId;
BOOLEAN bSelectOn;
} SI_T_SELECT_UNIT;
where:
wUnitId
The unit identifier of the unit selected.
bSelectOn
TRUE: All LED’s of the unit will be flashing.
FALSE: All LED’s of the unit will be off
Response structure from the function
The function has no response parameters.