
DCN Next Generation Open Interface Release 2.4 Config Install and Database
en | 43
Bosch Communications Systems | 2007 February | SRS_SCSIINF | Du010934
Related functions
SC_C_STOP_APP
3.4 SC_C_STOP_APP
Purpose
Indicates the CCU that the remote controller no longer requires updates from the SC
application inside the CCU. After receiving this function the CCU decrements the update ‘use’
count. As long as the update use count is greater than zero, the CCU remains sending the
update notifications to the remote controller.
Note that: Upon communication lost this function will be activated, if
SC_C_START_APP was activated. The activation of this function is repeated
till the update use count becomes zero.
Availability
This function is available in CCU system modes config and congress.
Parameter structure for the function
The function has no additional parameters.
Response structure from the function
The function has the same response structure as the remote function SC_C_START_APP
(section 3.3).
Error codes returned
SC_E_NOERROR
Related functions
SC_C_START_APP
3.5 SC_C_GET_CCU_VERSIONINFO
Purpose
This function is used to query the CCU version information. Usually this will be the first
function called after start-up of the remote controller to check the correct version of the CCU
software.
Availability
This function is available in CCU all system modes.
Parameter structure for the function
The function has no additional parameters.
Response structure from the function
The function returns the following structure:
typedef struct
{
WORD tOperatingMode;
CHAR szSwVersion [SC_C_MAX_VERSION_LENGTH];
BYTE byMajorVersionOfDownloadedSw;
BYTE byMinorVersionOfDownloadedSw;
BYTE byMajorVersionOfResidentSw;
BYTE byMinorVersionOfResidentSw;
BYTE bySystemMode;
BYTE byReservedForSwInfo [SC_C_MAX_SOFTWARE_INFO];
SC_T_CCU_TYPE tCCUType;
BYTE byTCBVersion;
BYTE byReservedForHwInfo [SC_C_MAX_HARDWARE_INFO];
CHAR szSWRelNum[VERSION_C_LENGTH];
} SC_T_CCU_VERSION_INFO;
where:
tOperatingMode The current operating mode of the CCU. It gives information
about the environment the CCU is functioning. The value is an
‘OR’ mask of the following settings:
• SC_C_STANDALONE
Comentários a estes Manuais