#include "appcore/cardevent/LibCardEvent.h"
#include "appcore/cardevent/EventPrepaidTicket.h"
Go to the source code of this file.
| #define ZONE_BUFFER_SIZE 14 |
| virtual void Deserialize |
( |
char * |
buffer | ) |
|
|
virtual |
| EventPrepaidTicketZone99 |
( |
| ) |
|
| EventPrepaidTicketZone99 |
( |
EventPrepaidTicketZone99 __EVALREF |
source | ) |
|
| virtual int GetClassID |
( |
| ) |
|
|
virtual |
| virtual short GetSize |
( |
| ) |
|
|
virtual |
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
| virtual void Serialize |
( |
char * |
buffer | ) |
|
|
virtual |
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 |