
DCN Next Generation Open Interface Release 2.4 Voting
en | 185
Bosch Communications Systems | 2007 February | SRS_VTINF | Du040905
Error codes returned
VT_E_NOERROR
VT_E_VOTE_RUNNING
VT_E_APP_NOT_STARTED
Update notifications
VT_C_RESULTSNOTIFY
Related functions
VT_C_STOP_VOTING
VT_C_HOLD_VOTING
VT_C_RESTART_VOTING
3.2.4 VT_C_STOP_VOTING
Purpose
This function stops the running voting round.
Parameter structure for the function
The function requires the following structure as parameter:
typedef struct
{
BOOLEAN bShowResults;
} VT_T_SHOW_RESULTS;
where:
bShowResults Indicate if the voting results will be displayed on the unit LCD’s.
This is only functioning, if the results are sent to the remote
controller only (see remote function
VT_C_SET_VOTINGPARAMS for details). Possible values are:
TRUE The total-result will be sent to all units LCD’s.
FALSE The unit LCD’s only reports the sentence “End of
voting”.
Response structure from the function
The function has no response parameters.
Error codes returned
VT_E_NOERROR
VT_E_VOTE_NOT_RUNNING
VT_E_APP_NOT_STARTED
Related functions
VT_C_START_VOTING
VT_C_HOLD_VOTING
VT_C_RESTART_VOTING
3.2.5 VT_C_HOLD_VOTING
Purpose
This function allows the remote controller to hold a running vote round.
Parameter structure for the function
The function has no additional parameters.
Response structure from the function
The function has no response parameters.
Error codes returned
VT_E_NOERROR
VT_E_VOTE_NOT_RUNNING
VT_E_APP_NOT_STARTED
Komentarze do niniejszej Instrukcji