Amazon Kinesis Webrtc C SDK
NullableBool Struct Reference

#include <NullableDefs.h>

Collaboration diagram for NullableBool:
Collaboration graph

Public Attributes

BOOL isNull
 If this value is set, the value field will be ignored. More...
 
BOOL value
 This value is used only if isNull is not set. Can be set to TRUE/FALSE. More...
 

Member Data Documentation

◆ isNull

BOOL NullableBool::isNull

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

◆ value

BOOL NullableBool::value

This value is used only if isNull is not set. Can be set to TRUE/FALSE.


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