SC & SI Remote Interface Description en | 11
Bosch Security Systems B.V. | 2003 December | SC & SI Remote Interface Description
3.8 SC_C_STOP_DQS
Purpose
Indicate the CCU that the remote controller no longer requires to access the database inside the CCU. A call
to this function does not clear the database. The database present remains active till the CCU is restarted or
accessed by the database functions (after first calling SC_C_START_DQS).
Note that: Upon communication loss this function will be activated, if SC_C_START_DQS was
activated. Availability
This function is available in CCU system mode congress.
Parameter structure for the function
The function has no additional parameters.
Response strcuture from the function
The function has no response parameters.
Error codes returned
DQSE_NOERROR
DQSE_APP_NOT_STARTED
related functions
SC_C_START_DQS
3.9 SC_C_MAINT_CCU_DB
Purpose
The delegate database in the CCU can be filled or changed using this remote function. To manage the
delegate database, SC uses the DQS sublink on the CCU.
Availability
This function is available in CCU system mode congress. However, if another application is making use of the
delegate database inside the CCU, e,g, Voting or Access Control, this function will return the errorcode
DQSE_DELEGATE_DATA_BLOCKED
Parameter structure for the function
typedef struct
{
BOOLEAN bFirstCluster;
BOOLEAN bLastCluster;
SWORD iPinSize;
SWORD iFillLevel;
DQST_PERDELEGATE DelCluster[ DQSC_MAX_N_DL_DEL_REC];
} DQST_CCUMAINREC ;
with DQST_PERDELEGATE defined as :
typedef struct
{
DWORD lDelId;
DWORD lCard;
DWORD lPin;
WORD wUnitNr;
SWORD iDeskLang;
DWORD lVWeight;
BOOLEAN bMicAut;
BOOLEAN bVotingAut;
BOOLEAN bInterAut;
CHAR szSLine [DBSC_NCHAR_SCREENLINE];
} DQST_PERDELEGATE;
where: bFirstCluster Indicates if this block is the first cluster.
bLastCluster Indicates if this block is the last cluster.
iPinSize Indicated current pincode size. Possible values are 3,
4 and 5
iFillLevel The DelCluster array is filled with iFillLevel entries.
DelCluster; The following items per array entry are available :
lDelId Delegate identification number. A unique number in
the range 1..DBSC_MAX_DELEGATE. It is
recommended to use DelegateId’s in an increasing
order, starting from 1.
lCard Delegate card code. A unique number in the range