class Light_SetGroupSimpleValue_Result

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

Public Members

static const fidl_type_t * FidlType

Public Methods

void Light_SetGroupSimpleValue_Result ()
void Light_SetGroupSimpleValue_Result (Light_SetGroupSimpleValue_Result && )
bool is_response ()

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

Light_SetGroupSimpleValue_Result & operator= (Light_SetGroupSimpleValue_Result && )
Light_SetGroupSimpleValue_Result WithResponse (::fuchsia::hardware::light::Light_SetGroupSimpleValue_Response && )
Light_SetGroupSimpleValue_Result WithErr (::fuchsia::hardware::light::LightError && )
::std::unique_ptr<Light_SetGroupSimpleValue_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Light_SetGroupSimpleValue_Result * value, size_t offset)
zx_status_t Clone (Light_SetGroupSimpleValue_Result * result)
bool has_invalid_tag ()

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

::fuchsia::hardware::light::Light_SetGroupSimpleValue_Response & response ()

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

const ::fuchsia::hardware::light::Light_SetGroupSimpleValue_Response & response ()

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

bool is_err ()

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

::fuchsia::hardware::light::LightError & err ()

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

const ::fuchsia::hardware::light::LightError & err ()

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

::fuchsia::hardware::light::Light_SetGroupSimpleValue_Result::Tag Which ()

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

fidl_xunion_tag_t Ordinal ()

You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need

access to the raw integral ordinal value.

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

void Light_SetGroupSimpleValue_Result (fpromise::ok_result<void> && result)

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

void Light_SetGroupSimpleValue_Result (fpromise::error_result< ::fuchsia::hardware::light::LightError> && result)

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

void Light_SetGroupSimpleValue_Result (fpromise::result<void, ::fuchsia::hardware::light::LightError> && result)

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

fpromise::result<void, ::fuchsia::hardware::light::LightError> operator result ()

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

void ~Light_SetGroupSimpleValue_Result ()
Light_SetGroupSimpleValue_Result & set_response (::fuchsia::hardware::light::Light_SetGroupSimpleValue_Response value)
Light_SetGroupSimpleValue_Result & set_err (::fuchsia::hardware::light::LightError value)

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

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

Friends

class Equality