Wasabi ExpressPlay SDK for iOS
1.10
|
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... | |
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.
SHI_ByteArray SHI_AttributeValue::byte_array |
An untyped array of bytes.
SHI_DateTime SHI_AttributeValue::date |
A date.
SHI_Float SHI_AttributeValue::floatv |
A floating-point value.
SHI_Int32 SHI_AttributeValue::integer |
An integer number.
SHI_Resource SHI_AttributeValue::resource |
A typed resource.
const char* SHI_AttributeValue::string |
A character string.