
DCN Next Generation Open Interface Release 2.4 Appendix DCN Wireless
en | 285
Bosch Communications Systems | 2007 February | MMI_AQ_INF | AQ041402
4.7 SC_C_HW_VERSIONINFO
Purpose
Notifies the remote controller the hardware version information of a unit. This notification is send
after SC_C_VERSIONINFO_REQ is executed, or when a slave unit is connected.
Notify structure with this update
The update uses the following structure:
typedef struct
{
UNITID tUnitId;
SC_T_HW_VERSION_TYPE tHwVersionType;
WORD wVersion;
} SC_T_HW_VERSIONINFO;
where:
tUnitId The unit identifier of a unit.
tHwVersionType The hardware version type of the unit which is one of the
following:
• SC_C_VER_RF_MODULE
• SC_C_VER_MAINBOARD
• SC_C_VER_FPGA
wVersion Version of the specific hardware module.
4.8 SC_C_SW_VERSIONINFO
Purpose
Notifies the remote controller the software version information of a unit. This notification is send
after SC_C_VERSIONINFO_REQ is executed, or when a slave unit is connected.
Notify structure with this update
The update uses the following structure:
typedef struct
{
UNITID tUnitId;
WORD wMajorSwVersion;
WORD wMinorSwVersion;
WORD wBuildNr;
} SC_T_SW_VERSIONINFO;
where:
tUnitId The unit identifier of a unit.
wMajorSwVersion Major software version of the unit.
wMinorSwVersion Minor software version of the unit.
wBuildNr Software build number of the unit.
Commenti su questo manuale