#include "appcore/cardevent/LibCardEvent.h"
#include "appcore/cardevent/EventPrepaidTicket.h"
Go to the source code of this file.
◆ ZONE_BUFFER_SIZE
| #define ZONE_BUFFER_SIZE 14 |
◆ Clone()
◆ Deserialize()
| virtual void Deserialize |
( |
char * |
buffer | ) |
|
|
virtual |
◆ EventPrepaidTicketZone99()
| EventPrepaidTicketZone99 |
( |
EventPrepaidTicketZone99 __EVALREF |
source | ) |
|
◆ GetClassID()
| virtual int GetClassID |
( |
| ) |
|
|
virtual |
◆ GetClassName()
◆ GetSize()
| virtual short GetSize |
( |
| ) |
|
|
virtual |
◆ GetZones()
Returns zones
- Parameters
-
| zones | : byte stream - allocated buffer to fill zones in (recommended size is ZONE_BUFFER_SIZE bytes) |
| size | : unsigned char - size of allocated buffer |
- Returns
- bool :
- FALSE - zones buffer not allocated (NULL) or size is too small (< ZONE_BUFFER_SIZE)
- TRUE - success
◆ Serialize()
| virtual void Serialize |
( |
char * |
buffer | ) |
|
|
virtual |
◆ SetZones()
Sets zones
- Parameters
-
| zones | : byte stream - allocated buffer containing zones |
| size | : unsigned char - size of allocated buffer |
- Returns
- bool :
- FALSE - zones buffer not allocated (NULL) or size is too large (> ZONE_BUFFER_SIZE)
- TRUE - success
◆ ~EventPrepaidTicketZone99()
| EventPrepaidTicketZone99::~EventPrepaidTicketZone99 |
( |
| ) |
|
◆ EventPrepaidTicketZone99
99 zones prepaid ticket event - binary implemented (index in bitarray represents zone number)
◆ EventPrepaidTicketZone99Pr
| EventPrepaidTicketZone99Pr::EventPrepaidTicketZone99Pr |