
DCN Next Generation Open Interface Release 2.4 AT
en | 250
Bosch Communications Systems | 2007 February | SRS_ATINF | Du100902
Update notifications
AT_C_SEND_INDIV_REGISTRATION
AT_C_SEND_TOTAL_REGISTRATION
Related Functions
AT_C_STORE_SETTING
AT_C_HANDLE_IDENTIFICATION
3.2.5 AT_C_HANDLE_IDENTIFICATION
Purpose
This function allows the remote controller to do the registration with his own equipment. After the
local registration on the remote controller, he should pass the registered delegate to the DCN NG
system.
The registration from the remote controller emulates the insertion of the ID-card in the entrance-
or exit- unit. Therefore the ID-card code and (optional) the PIN-code must be passed along with
this function.
Note that both the ID-card-codes and the PIN-codes are downloaded from the remote controller
into the CCU during the download of the delegate database (see [SRS_SCSIINF] for details).
Together with the registration of the delegates, at the unit, on which the delegate resides, all
LED’s will be turned on if the delegate becomes present. The LED’s are turned off again when
the delegate is registered absent.
Parameter structure for the function
The function requires the following structure as parameter:
typedef struct
{
WORD wEvent;
WORD wFillLevel;
AT_T_DEL_IDENTIFICATION tDelIdenfication [AT_C_MAX_REGISTRATION];
} AT_T_IDENTIFICATION_REC;
where the AT_T_DEL_IDENTIFICATION is defined as:
typdef struct
{
DWORD dwCardCode;
WORD wPinCode;
} AT_T_DEL_IDENTIFICATION;
where:
wEvent Identify on which type of unit attendance registration will take
place. The setting is one of the following:
• ACSC_EVENT_INSERT_CARD_ENTRANCE
• ACSC_EVENT_INSERT_CARD_EXIT
wFillLevel Number of delegates in tDelIdentification (ranges from 1 to
AT_C_MAX_REGISTRATION). If more than
AT_C_MAX_REGISTRATION delegates should be registered this
function must be called more than once.
tDelIdentification [] Structure containing the delegate identification.
dwCardCode ID-Card code of the delegate that should be
registered. Valid ID-card codes are in the range 1-
MAX_CARD_CODE (the ID-card code must be
unique for every delegate in the DCN NG system).
wPinCode PIN-code of the delegate hat should be registered.
The PIN-code is only used when the ‘Control-Type’ is
set to the value AT_C_IDCARD_PINCODE (see
§3.2.3)
Valid PIN-codes are in the range 111-55555,
whereby each digit must be in the range of 1-5. Set
the field wPinCode to 0 (zero) if PIN-codes are not
Kommentare zu diesen Handbüchern