Amazon Kinesis Webrtc C SDK
NullableInt32 Struct Reference

Custom data type to allow setting INT32 data type to NULL since C does not support setting basic data types to NULL. More...

#include <NullableDefs.h>

Collaboration diagram for NullableInt32:
Collaboration graph

Public Attributes

BOOL isNull
 If this value is set, the value field will be ignored. More...
 
INT32 value
 This value is used only if isNull is not set. Can be set to a signed 32 bit value. More...
 

Detailed Description

Custom data type to allow setting INT32 data type to NULL since C does not support setting basic data types to NULL.

Member Data Documentation

◆ isNull

BOOL NullableInt32::isNull

If this value is set, the value field will be ignored.

◆ value

INT32 NullableInt32::value

This value is used only if isNull is not set. Can be set to a signed 32 bit value.


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