AppCore
Loading...
Searching...
No Matches
Functions | Variables
deletedevent.h File Reference
#include "appcore/cardevent/cardevent.h"
Include dependency graph for deletedevent.h:

Go to the source code of this file.

Functions

 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.
 

Function Documentation

◆ Clone()

virtual CardEvent __EDATAPTR Clone ( )
virtual

◆ DeletedEvent()

DeletedEvent ( const DeletedEvent __EVALREF  source)

◆ Deserialize()

virtual void Deserialize ( char *  buffer)
virtual

◆ GetClassID()

virtual int GetClassID ( )
virtual

◆ GetClassName()

virtual __ESTRING GetClassName ( )
virtual

◆ GetDeletedCardEventID()

unsigned long DeletedEvent::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 DeletedEvent::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::~DeletedEvent ( )

Variable Documentation

◆ 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

DeletedEventPr::DeletedEventPr