AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
deletedevent.h File Reference
#include "appcore/cardevent/cardevent.h"
Include dependency graph for deletedevent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 DeletedEvent ()
 
 DeletedEvent (const DeletedEvent __EVALREF source)
 
 ~DeletedEvent ()
 
virtual __ESTRING GetClassName () __EOVERRIDE
 
virtual void Serialize (char *buffer) __EOVERRIDE
 
virtual void Deserialize (char *buffer) __EOVERRIDE
 
virtual int GetClassID () __EOVERRIDE
 
virtual short GetSize () __EOVERRIDE
 
virtual CardEvent __EDATAPTR Clone () __EOVERRIDE
 
unsigned long GetDeletedCardEventID ()
 
void SetDeletedCardEventID (unsigned long value)
 

Variables

__ECLASS DeletedEventPr
 
__EPUBLIC __ECLASS LIBCARDEVENT_API DeletedEvent
 (Internal) Class representing already processed event which should be excluded from event file. More...
 

Function Documentation

virtual CardEvent __EDATAPTR Clone ( )
virtual
DeletedEvent ( )
DeletedEvent ( const DeletedEvent __EVALREF  source)
virtual void Deserialize ( char *  buffer)
virtual
virtual int GetClassID ( )
virtual
virtual __ESTRING GetClassName ( )
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

Variable Documentation

(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.

__ECLASS DeletedEventPr