Wasabi ExpressPlay SDK for Embedded Systems  1.23.0
Data Fields
SHI_AttributeValue Union Reference

Attribute value. More...

#include <ShiAttributes.h>

Data Fields

const char * string
 A character string. More...
 
SHI_Int32 integer
 An integer number. More...
 
SHI_Float floatv
 A floating-point value. More...
 
SHI_DateTime date
 A date. More...
 
SHI_ByteArray byte_array
 An untyped array of bytes. More...
 
SHI_Resource resource
 A typed resource. More...
 

Detailed Description

Attribute value.

This is a variant type: the field of the union that is applicable is determined by the attribute type returned by the SHI_Attribute_GetType method.

Field Documentation

◆ byte_array

SHI_ByteArray SHI_AttributeValue::byte_array

An untyped array of bytes.

◆ date

SHI_DateTime SHI_AttributeValue::date

A date.

◆ floatv

SHI_Float SHI_AttributeValue::floatv

A floating-point value.

◆ integer

SHI_Int32 SHI_AttributeValue::integer

An integer number.

◆ resource

SHI_Resource SHI_AttributeValue::resource

A typed resource.

◆ string

const char* SHI_AttributeValue::string

A character string.


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