Bosch DCN Next Generation Instrukcja Użytkownika Strona 225

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 296
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 224
DCN Next Generation Open Interface Release 2.4 Message Distribution
en | 225
Bosch Communications Systems | 2007 February | SRS_MDINF | Du090902
3.2.2 MD_C_STOP_MON_MD
Purpose
Function to stop monitoring the behavior of the Message Distribution application. Update
notifications will no longer be sent to the remote controller.
Parameter structure for the function
The function has no additional parameters.
Response structure from the function
The function returns the following structure:
WORD wNrOfInstances;
where:
wNrOfInstances The value of the update use count for the MD application at the
end of the function handling. It contains the number of times a
remote controller is connected over the same communication
medium. E.g. when there is only one connection registered for
the MD application prior to calling the MD_C_STOP_MON_MD
function, the value of wNrOfInstances will be 0 when the
function returns.
Error codes returned
MD_E_NOERROR
Related functions
MD_C_START_MON_MD
3.2.3 MD_C_SEND_MESSAGE_TO_UNITS
Purpose
This function sends the message prepared on the Remote Controller to the specified list of units.
Parameter structure for the function
The function has the following parameters:
typedef struct
{
DCNC_LCD_TEXT_BLOCK tText;
WORD wRcvType;
WORD wDuration;
WORD wNumOfUnits;
WORD wUnitList[DBSC_MAX_ACT_UNIT];
} MD_T_SEND_MESS;
where:
tText The message to be sent. NOTE: The fifth line is a terminating
line and will not be displayed.
wRcvType The type of units for which the message is meant. This can be
one of:
MD_C_RCV_DELEGATE: The message is meant for
delegate units with LCD and softkeys. The message is sent
to units of this type that are present in wUnitList. The
message will not be displayed immediately.
MD_C_RCV_INTERPRETER: The message is meant for
interpreter desks. The message will be sent to interpreter
desks present in wUnitList and it will not be displayed
immediately.
MD_C_RCV_HALL: The message is meant for and will only
be sent to hall displays.
wDuration Only for Hall displays: The number of seconds the message
should be displayed, 0 to display permanently. This parameter
Przeglądanie stron 224
1 2 ... 220 221 222 223 224 225 226 227 228 229 230 ... 295 296

Komentarze do niniejszej Instrukcji

Brak uwag