Wasabi ExpressPlay SDK for Embedded Systems  1.23.0
Data Fields
XPCA_Package Struct Reference

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...
 

Detailed Description

The following structure defines the characteristics of a package.

Field Documentation

◆ access

XPCA_package_access_t XPCA_Package::access

Accessibility of the package.

◆ endDate

time_t XPCA_Package::endDate

UTC time, (-1) if unlimited.

◆ id

uint32_t XPCA_Package::id

Package id.

◆ lcid

uint32_t XPCA_Package::lcid[1]

Variable-length array of logical content ids (entitlement items)

◆ lcidSize

int XPCA_Package::lcidSize

Size of the variable-length array.

◆ name

char XPCA_Package::name[20]

0-terminated string

◆ startDate

time_t XPCA_Package::startDate

UTC time, always valid.

◆ type

XPCA_package_type_t XPCA_Package::type

Type of package.


The documentation for this struct was generated from the following file: