#include "appcore/cardevent/cardevent.h"
Go to the source code of this file.
◆ Clone()
◆ Deserialize()
| virtual void Deserialize |
( |
char * |
buffer | ) |
|
|
virtual |
◆ EventProlongPrepaidTicket()
| EventProlongPrepaidTicket |
( |
EventProlongPrepaidTicket __EVALREF |
source | ) |
|
◆ GetCityCode()
| unsigned short GetCityCode |
( |
| ) |
|
Returns city code
- See also
- SetCitycode
- Returns
- unsigned short - city code
◆ GetClassID()
| virtual int GetClassID |
( |
| ) |
|
|
virtual |
◆ GetClassName()
◆ GetRelation()
| unsigned long GetRelation |
( |
| ) |
|
Returns relation ID
- See also
- SetRelation
- Returns
- unsigned long : relation ID
◆ GetSize()
| virtual short GetSize |
( |
| ) |
|
|
virtual |
◆ GetStructureVersion()
| unsigned char GetStructureVersion |
( |
| ) |
|
Returns version of prepaid ticket structure on card
- See also
- SetStructureVersion
- Returns
- unsigned char : structure version
◆ GetValidFrom()
| unsigned long GetValidFrom |
( |
| ) |
|
Returns prepaid ticket validity start
- See also
- SetValidFrom
- Returns
- unsigned long : validity start as unix timestamp (number of seconds since January 1st, 1970)
◆ GetValidTo()
| unsigned long GetValidTo |
( |
| ) |
|
Returns prepaid ticket validity end
- See also
- SetValidTo
- Returns
- unsigned long : validity end as unix timestamp (number of seconds since January 1st, 1970)
◆ Serialize()
| virtual void Serialize |
( |
char * |
buffer | ) |
|
|
virtual |
◆ SetCitycode()
| void SetCitycode |
( |
unsigned short |
cityCode | ) |
|
Sets city code
- See also
- GetCityCode
- Parameters
-
| cityCode | : unsigned short - city code |
◆ SetRelation()
| void SetRelation |
( |
unsigned long |
value | ) |
|
Sets relation ID
- See also
- GetRelation
- Parameters
-
| value | : unsigned long - relation ID |
◆ SetStructureVersion()
| void SetStructureVersion |
( |
unsigned char |
value | ) |
|
Sets version of prepaid ticket structure on card
- See also
- GetStructureVersion
- Parameters
-
| value | : unsigned char - structure version |
◆ SetValidFrom()
| void SetValidFrom |
( |
unsigned long |
value | ) |
|
Sets prepaid ticket validity start
- See also
- GetValidFrom
- Parameters
-
| value | : unsigned long - validity start as unix timestamp (number of seconds since January 1st, 1970) |
◆ SetValidTo()
| void SetValidTo |
( |
unsigned long |
value | ) |
|
Sets prepaid ticket validity end
- See also
- GetValidTo
- Parameters
-
| value | : unsigned long - validity end as unix timestamp (number of seconds since January 1st, 1970) |
◆ ~EventProlongPrepaidTicket()
◆ EventProlongPrepaidTicket
Prolong prepaid ticket event.
◆ EventProlongPrepaidTicketPr