Delivering Multiple Events
The following example shows the use of the
awTxDeliverEvents function to deliver multiple events.
Note:
An error will not be returned if the recipient, represented by the destination identifier, no longer exists.
. . .
err = awTxDeliverEvents(txclient,"dest",2,e_array);
if (!verifyNoError(__FILE__,"awDeliverEvents",__LINE__,err)) {
return 0;
}
. . .