
DCN Next Generation Open Interface Release 2.4 AT
en | 261
Bosch Communications Systems | 2007 February | SRS_ATINF | Du100902
AT_T_ACTIVATE tActivate;
tActivate.bAttendanceOn = FALSE;
tActivate.bAccessOn = FALSE;
error = AT_Activate (&tActivate);
if (error != AT_E_NOERROR)
{
/* do error handling */
}
Now the control can be given back to the CCU by calling the following function:
error = AT_StopATApp ();
if (error != AT_E_NOERROR)
{
/* do error handling */
}
Commenti su questo manuale