#include "appcore/cardevent/cardevent.h"
Go to the source code of this file.
| DeletedEvent |
( |
const DeletedEvent __EVALREF |
source | ) |
|
| virtual void Deserialize |
( |
char * |
buffer | ) |
|
|
virtual |
| virtual int GetClassID |
( |
| ) |
|
|
virtual |
| unsigned long GetDeletedCardEventID |
( |
| ) |
|
Returns ID of card event which should be excluded from event file
- Returns
- unsigned long : card event ID
| virtual short GetSize |
( |
| ) |
|
|
virtual |
| virtual void Serialize |
( |
char * |
buffer | ) |
|
|
virtual |
| void SetDeletedCardEventID |
( |
unsigned long |
value | ) |
|
Sets ID of card event which should be excluded from event file
- Parameters
-
| value | : unsigned long - card event ID |
(Internal) Class representing already processed event which should be excluded from event file.
When the card event is processed, a confirmation is sent to server and in next event downloading DeletedEvent structure is received - it's a notification that event is processed and confirmed and can be erased from event file in merging process.