#include "appcore/cardevent/cardevent.h"
Go to the source code of this file.
◆ Clone()
◆ DeletedEvent()
| DeletedEvent |
( |
const DeletedEvent __EVALREF |
source | ) |
|
◆ Deserialize()
| virtual void Deserialize |
( |
char * |
buffer | ) |
|
|
virtual |
◆ GetClassID()
| virtual int GetClassID |
( |
| ) |
|
|
virtual |
◆ GetClassName()
◆ GetDeletedCardEventID()
| unsigned long GetDeletedCardEventID |
( |
| ) |
|
Returns ID of card event which should be excluded from event file
- Returns
- unsigned long : card event ID
◆ GetSize()
| virtual short GetSize |
( |
| ) |
|
|
virtual |
◆ Serialize()
| virtual void Serialize |
( |
char * |
buffer | ) |
|
|
virtual |
◆ SetDeletedCardEventID()
| void SetDeletedCardEventID |
( |
unsigned long |
value | ) |
|
Sets ID of card event which should be excluded from event file
- Parameters
-
| value | : unsigned long - card event ID |
◆ ~DeletedEvent()
◆ DeletedEvent
(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.
◆ DeletedEventPr