Wasabi ExpressPlay SDK for iOS  1.23.0
Data Fields
SHI_DataValue Union Reference

Union of different possible types of values encapsulated by a SHI_Data object. More...

#include <ShiData.h>

Data Fields

SHI_DataAny any
 Untyped. More...
 
SHI_Int32 integer
 An integer number. More...
 
const char * string
 A character string. More...
 
SHI_Boolean boolean
 A boolean value. More...
 
SHI_ByteArray bytes
 An untyped array of bytes. More...
 
SHI_ValueArray array
 An array of values. More...
 
SHI_TypedObject object
 A typed object reference. More...
 
SHI_TypedPointer pointer
 A typed pointer. More...
 

Detailed Description

Union of different possible types of values encapsulated by a SHI_Data object.

Field Documentation

◆ any

SHI_DataAny SHI_DataValue::any

Untyped.

◆ array

SHI_ValueArray SHI_DataValue::array

An array of values.

◆ boolean

SHI_Boolean SHI_DataValue::boolean

A boolean value.

◆ bytes

SHI_ByteArray SHI_DataValue::bytes

An untyped array of bytes.

◆ integer

SHI_Int32 SHI_DataValue::integer

An integer number.

◆ object

SHI_TypedObject SHI_DataValue::object

A typed object reference.

◆ pointer

SHI_TypedPointer SHI_DataValue::pointer

A typed pointer.

◆ string

const char* SHI_DataValue::string

A character string.


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