
DCN Next Generation Open Interface Release 2.4 Config Install and Database
en | 45
Bosch Communications Systems | 2007 February | SRS_SCSIINF | Du010934
Availability
This function is available in CCU system mode congress.
Do not use this function because this function becomes deprecated in next major release.
Parameter structure for the function
The parameter structure is the same as SC_C_GET_CCU_CONFIG_PROPERTY.
Response structure from the function
The function returns the following structure:
typedef struct
{
WORD wNumberOfSlaveCCUs;
WORD wNumberOfUnitsConnected;
WORD wNumberOfUnits;
SC_T_UNIT_DATA tUnitData [SC_C_CLUSTER_MAX];
} SC_T_CCU_CONFIGURATION;
where the SC_T_UNIT_DATA is defined as:
typedef struct
{
WORD wUnitId;
BYTE byUnitType;
} SC_T_UNIT_DATA;
The respons structure is almost the same as SC_C_GET_CCU_CONFIG_PROPERTY with
the exception of the SC_T_UNIT_DATA structure which does not contain the wUnitProperties
which is available in SC_T_UNIT_DATA_PROPERTY.
For explanation of the parameters see SC_C_GET_CCU_CONFIG_PROPERTY.
Error codes returned
SC_E_NOERROR
3.7 SC_C_GET_CCU_CONFIG_PROPERTY
Purpose
Retrieve information about all units connected to the congress network. This function returns
for each unit connected its unit-number, type and capabilities of the unit.
Availability
This function is available in CCU system mode congress.
Parameter structure for the function
The function requires the following structure as parameter:
WORD wClusterIndex;
where:
wClusterIndex Determines which cluster is to be returned as response. Zero
(0) to retrieve the first cluster of SC_C_CLUSTER_MAX units.
One (1) for the second cluster of SC_C_CLUSTER_MAX units,
etc.
When the cluster is not completely filled, then that cluster is the
last cluster available.
All cluster indexes greater than this one will have an empty
tUnitData array. However, the other three elements of the
response structure will still contain correct data.
Response structure from the function
The function returns the following structure:
Commenti su questo manuale