
DCN Next Generation Open Interface Release 2.4 Appendix DCN Wireless
en | 284
Bosch Communications Systems | 2007 February | MMI_AQ_INF | AQ041402
When the unit has no battery the serial number will be
0xFFFFFFFF
4.4 SC_C_BATTERY_INFO_COND
Purpose
Notifies the remote controller the condition of the battery located in the unit. This notification is
send after SC_C_BATTERY_INFO_REQ is executed.
Notify structure with this update
The update comes with the following structure:
typedef struct
{
UNITID tUnitId;
WORD wChargeCount;
} SC_T_BATTERY_INFO_COND;
where:
tUnitId The unit identifier of a unit.
wChargeCount Number of charges / discharges for the battery, which has been
passed, located in the unit
When the unit has no battery the number of charges /
discharges will be 0
4.5 SC_C_SIGNAL_STATUS
Purpose
Notifies the remote controller the signal status of a unit. This notification is send after the signal
status of a unit has been changed or after SC_C_SIGNAL_STATUS_REQ is executed.
Notify structure with this update
The update uses the following structure:
typedef struct
{
UNITID tUnitId;
SC_T_SIGNAL_LEVEL tSignalLevel;
} SC_T_SIGNAL_STATUS;
where:
tUnitId The unit identifier of a unit.
tSignalLevel The signal level of the unit which is one of the following:
• SC_C_SIGNAL_EXCELLENT
• SC_C_SIGNAL_GOOD
• SC_C_SIGNAL_POOR
4.6 SC_C_SIGNAL_QUALITY
Purpose
Notifies the remote controller the quality of the signal within the system. This notification is send
after the signal quality has been changed or after SC_C_SIGNAL_QUALITY_REQ is executed.
Notify structure with this update
The update comes with the following structure:
BOOLEAN bBadSignal;
where:
bBadSignal TRUE: Signal quality of the system is bad.
FALSE: Signal quality of the system is ok.
Komentarze do niniejszej Instrukcji