
DCN Next Generation Open Interface Release 2.4 Voting
en | 201
Bosch Communications Systems | 2007 February | SRS_VTINF | Du040905
wError = VT_GetResults (&tResults);
If (wError != VT_E_NOERROR)
{
/* do error handling */
}
/* store the results */
MyFunction_StoreResults (&tResults);
This completes the vote rounds, so we can start the next vote round to complete the voting
session.
/* terminating the loop for each voting round */
}
Terminating the voting applications
After done all vote rounds we can stop the communication with the voting application using the
function:
wError = VT_StopApp (); /* no parameters */
If (wError != VT_E_NOERROR)
{
/* do error handling */
}
Komentáře k této Příručce