SC & SI Remote Interface Description en | 10
Bosch Security Systems B.V. | 2003 December | SC & SI Remote Interface Description
• DCNC_UNIT_CHAIRMAN
• DCNC_UNIT_DELEGATE_CARD
• DCNC_UNIT_INTERPRETER
• DCNC_UNIT_DUAL_MIC
• DCNC_UNIT_PC
• DCNC_UNIT_DATA_COMM
• DCNC_UNIT_CCU_CONTROL
• DCNC_UNIT_FLUSH_CHAIRMAN
• DCNC_UNIT_FLUSH_DELEGATE
• DCNC_UNIT_AMBIENT_MIC
• DCNC_UNIT_DATA_COMM_RS232
• DCNC_UNIT_2000_DELEGATE
• DCNC_UNIT_2000_CHAIRMAN
• DCNC_UNIT_2000_DELEGATE_CARD
• DCNC_UNIT_AUDIO_IO
• DCNC_UNIT_DAI_CHAIRMAN
• DCNC_UNIT_DISC_DELEGATE
• DCNC_UNIT_DISC_CHAIRMAN
• DCNC_UNIT_ENTRANCE
• DCNC_UNIT_EXIT
• DCNC_UNIT_FLUSH_DEL_NODISP
• DCNC_UNIT_FLUSH_CHR_NODISP
Note that future unit extensions of the DCN system can
lead to new unit-type, not presented in this list.
Error codes returned
SC_E_NOERROR
3.7 SC_C_START_DQS Purpose
Indicate the CCU that the remote controller wants to communicate with the delegate database in the CCU.
When the execution of this remote function is omitted, all other remote database functions have no effect and
will return the error DQSE_APP_NOT_STARTED.
Availability
This function is available in CCU system mode congress.
Parameter structure for the function
The function requires the following structure as parameters.
typedef struct
{
BYTE byControlType;
} DQST_APP_CONTROL;
where: byControlType Identify that the remote controller likes to perform actions on the
database of the CCU. Valid values are:
• SC_C_DQS_CONTROL The remote controller likes to have
control over the database of the CCU.
Note that the second start of the application (without a stop) always results in an error.
Response strcuture from the function
The function has no response parameters.
Error codes returned
DQSE_NOERROR
DQSE_INCONTROL_OTHER_CHANNEL
DQSE_INCONTROL_THIS_CHANNEL
DQSE_ILLEGAL_CONTROL_TYPE
Related functions
SC_C_STOP_DQS