class LightSetGroupSimpleValueRequest
Defined at line 1937 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h
Public Methods
void LightSetGroupSimpleValueRequest (Storage_ storage)
void LightSetGroupSimpleValueRequest (uint32_t group_id, ::std::vector<bool> values)
void LightSetGroupSimpleValueRequest ()
Default constructs a |LightSetGroupSimpleValueRequest| only if all of its members are default constructible.
Defined at line 1947 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h
void LightSetGroupSimpleValueRequest (LightSetGroupSimpleValueRequest && )
Defined at line 1950 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h
void LightSetGroupSimpleValueRequest (const LightSetGroupSimpleValueRequest & other)
LightSetGroupSimpleValueRequest & operator= (LightSetGroupSimpleValueRequest && )
Defined at line 1951 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h
LightSetGroupSimpleValueRequest & operator= (const LightSetGroupSimpleValueRequest & other)
bool operator== (const LightSetGroupSimpleValueRequest & other)
bool operator!= (const LightSetGroupSimpleValueRequest & other)
uint32_t group_id ()
uint32_t & group_id ()
LightSetGroupSimpleValueRequest & group_id (uint32_t value)
Setter for group_id.
const ::std::vector<bool> & values ()
::std::vector<bool> & values ()
LightSetGroupSimpleValueRequest & values (::std::vector<bool> value)
Setter for values.
void LightSetGroupSimpleValueRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits