class Light_GetCurrentRgbValue_Result

Defined at line 1137 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_GetCurrentRgbValue_Result ()
void Light_GetCurrentRgbValue_Result (Light_GetCurrentRgbValue_Result && )
bool is_response ()

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

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

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

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

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

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

Defined at line 1175 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 1181 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 1183 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 1188 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h

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

Defined at line 1194 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 1202 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h

void Light_GetCurrentRgbValue_Result (fpromise::ok_result< ::fuchsia::hardware::light::Rgb> && result)

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

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

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

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

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

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

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

void ~Light_GetCurrentRgbValue_Result ()
Light_GetCurrentRgbValue_Result & set_response (::fuchsia::hardware::light::Light_GetCurrentRgbValue_Response value)
Light_GetCurrentRgbValue_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 1150 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h

Friends

class Equality