class LightSetSimpleValueRequest

Defined at line 770 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h

Public Methods

void LightSetSimpleValueRequest (Storage_ storage)
void LightSetSimpleValueRequest (uint32_t index, bool value)
void LightSetSimpleValueRequest ()

Default constructs a |LightSetSimpleValueRequest| only if all of its members are default constructible.

Defined at line 780 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h

void LightSetSimpleValueRequest (LightSetSimpleValueRequest && )

Defined at line 783 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h

void LightSetSimpleValueRequest (const LightSetSimpleValueRequest & other)
LightSetSimpleValueRequest & operator= (LightSetSimpleValueRequest && )

Defined at line 784 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h

LightSetSimpleValueRequest & operator= (const LightSetSimpleValueRequest & other)
bool operator== (const LightSetSimpleValueRequest & other)
bool operator!= (const LightSetSimpleValueRequest & other)
uint32_t index ()
uint32_t & index ()
LightSetSimpleValueRequest & index (uint32_t value)

Setter for index.

bool value ()
bool & value ()
LightSetSimpleValueRequest & value (bool value)

Setter for value.

void LightSetSimpleValueRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits