|
Wasabi ExpressPlay SDK for Embedded Systems
1.23.0
|
The following structure defines the characteristics of a package. More...
#include <EmbStorage.h>
Data Fields | |
| uint32_t | id |
| Package id. More... | |
| char | name [20] |
| 0-terminated string More... | |
| time_t | startDate |
| UTC time, always valid. More... | |
| time_t | endDate |
| UTC time, (-1) if unlimited. More... | |
| XPCA_package_type_t | type |
| Type of package. More... | |
| XPCA_package_access_t | access |
| Accessibility of the package. More... | |
| int | lcidSize |
| Size of the variable-length array. More... | |
| uint32_t | lcid [1] |
| Variable-length array of logical content ids (entitlement items) More... | |
The following structure defines the characteristics of a package.
| XPCA_package_access_t XPCA_Package::access |
Accessibility of the package.
| time_t XPCA_Package::endDate |
UTC time, (-1) if unlimited.
| uint32_t XPCA_Package::id |
Package id.
| uint32_t XPCA_Package::lcid[1] |
Variable-length array of logical content ids (entitlement items)
| int XPCA_Package::lcidSize |
Size of the variable-length array.
| char XPCA_Package::name[20] |
0-terminated string
| time_t XPCA_Package::startDate |
UTC time, always valid.
| XPCA_package_type_t XPCA_Package::type |
Type of package.