Bosch THE DCN 用户手册

下载
页码 31
SC & SI Remote Interface Description 
en | 13 
 
Bosch Security Systems B.V. | 2003 December | SC & SI Remote Interface Description 
Availability 
This function is available in CCU system mode congress. 
Parameter structure for the function 
typedef struct 

 BOOLEAN 
bFirstCluster; 
 BOOLEAN 
bLastCluster; 
 SWORD 
iPinSize; 
 SWORD 
iFillLevel; 
 DQST_DEL_NO_SLINE DelCluster 
[DQSC_MAX_N_DL_DEL_REC]; 
} DQST_CCUDOWNLOADREC ; 
with DQST_DEL_NO_SLINE defined as : 
typedef struct 

 DWORD 
lDelId; 
 DWORD 
lCard; 
 DWORD 
lPin; 
 WORD 
wUnitNr; 
 SWORD 
iDeskLang; 
 DWORD 
lVWeight; 
 BOOLEAN 
bMicAut; 
 BOOLEAN 
bVotingAut; 
 BOOLEAN 
bInterAut; 
} DQST_DEL_NO_SLINE; 
All fields in the structures used within this function have the same meaning and range as the corresponding 
fields of the structures used within SC_C_MAINT_CCU_DB. 
 
Response structure from the function
 
The function has no response parameters. 
Error codes returned 
DQSE_NOERROR 
DQSE_SET_PINSIZE_FAILED   
(when pincode size update fails) 
DQSE_DELEGATE_LIST_TOO_BIG (when 
iFillLevel is greater than 
DQSC_MAX_N_DL_DEL_REC) 
DQSE_INSERT_DELEGATE_FAILED  (when delegate insert failed) 
DQSE_DELEGATE_DATA_BLOCKED  
DQSE_APP_NOT_STARTED 
 
Related functions 
SC_C_START_DQS 
SC_C_MAINT_CCU_DB 
SC_C_CLEAR_CCU_DB 
SC_C_CCU_APPLY_ONE 
 
3.11 SC_C_CLEAR_CCU_DB 
Purpose 
This function clears the delegate database in the CCU. 
Availability 
This function is available in CCU system mode congress. As with SC_C_MAINT_CCU_DB this function 
returns the error DQSE_DELEGATE_DATA_BLOCKED if another application is currently using the delegate 
database in the CCU. 
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 
DQSE_NOERROR 
DQSE_DELEGATE_DATA_BLOCKED  
DQSE_APP_NOT_STARTED