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

Typed resource. More...

#include <ShiAttributes.h>

Data Fields

const char * mime_type
 MIME type of the payload data. More...
 
const char * language
 Language (RFC 3066) More...
 
SHI_ByteArray payload
 Resource payload data. More...
 

Detailed Description

Typed resource.

A resource has a MIME type and a payload. The data in the payload are interpreted based on the MIME type.

Field Documentation

◆ language

const char* SHI_Resource::language

Language (RFC 3066)

◆ mime_type

const char* SHI_Resource::mime_type

MIME type of the payload data.

◆ payload

SHI_ByteArray SHI_Resource::payload

Resource payload data.


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