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

Information about a service subscription. More...

#include <ShiService.h>

Data Fields

const char * name
 Human-readable name for the service subscription. More...
 
const char * uid
 Unique ID for the service subscription. More...
 
SHI_Boolean is_valid
 Indicates if the subscription is currently valid. More...
 
SHI_DateTime expiration
 Expiration date for the subscription (all fields will be set to 0 if the expiration date cannot be determined) More...
 
SHI_DateTime renewal_date
 Renewal date for the subscription. More...
 
SHI_Datarenewal_uri_template
 Renewal URI template for renewing subscription. More...
 

Detailed Description

Information about a service subscription.

Field Documentation

◆ expiration

SHI_DateTime SHI_ServiceSubscriptionInfo::expiration

Expiration date for the subscription (all fields will be set to 0 if the expiration date cannot be determined)

◆ is_valid

SHI_Boolean SHI_ServiceSubscriptionInfo::is_valid

Indicates if the subscription is currently valid.

◆ name

const char* SHI_ServiceSubscriptionInfo::name

Human-readable name for the service subscription.

◆ renewal_date

SHI_DateTime SHI_ServiceSubscriptionInfo::renewal_date

Renewal date for the subscription.

◆ renewal_uri_template

SHI_Data* SHI_ServiceSubscriptionInfo::renewal_uri_template

Renewal URI template for renewing subscription.

Must be converted according to the "URI Templates for Marlin" specification.

◆ uid

const char* SHI_ServiceSubscriptionInfo::uid

Unique ID for the service subscription.


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