class Light_GetCurrentSimpleValue_Result
Defined at line 489 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_GetCurrentSimpleValue_Result ()
void Light_GetCurrentSimpleValue_Result (Light_GetCurrentSimpleValue_Result && )
bool is_response ()
Defined at line 520 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
Light_GetCurrentSimpleValue_Result & operator= (Light_GetCurrentSimpleValue_Result && )
Light_GetCurrentSimpleValue_Result WithResponse (::fuchsia::hardware::light::Light_GetCurrentSimpleValue_Response && )
Light_GetCurrentSimpleValue_Result WithErr (::fuchsia::hardware::light::LightError && )
::std::unique_ptr<Light_GetCurrentSimpleValue_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Light_GetCurrentSimpleValue_Result * value, size_t offset)
zx_status_t Clone (Light_GetCurrentSimpleValue_Result * result)
bool has_invalid_tag ()
Defined at line 516 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
::fuchsia::hardware::light::Light_GetCurrentSimpleValue_Response & response ()
Defined at line 522 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
const ::fuchsia::hardware::light::Light_GetCurrentSimpleValue_Response & response ()
Defined at line 527 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 533 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 535 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 540 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
::fuchsia::hardware::light::Light_GetCurrentSimpleValue_Result::Tag Which ()
Defined at line 546 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 554 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
void Light_GetCurrentSimpleValue_Result (fpromise::ok_result<bool> && result)
Defined at line 559 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
void Light_GetCurrentSimpleValue_Result (fpromise::error_result< ::fuchsia::hardware::light::LightError> && result)
Defined at line 562 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
void Light_GetCurrentSimpleValue_Result (fpromise::result<bool, ::fuchsia::hardware::light::LightError> && result)
Defined at line 565 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
fpromise::result<bool, ::fuchsia::hardware::light::LightError> operator result ()
Defined at line 573 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
void ~Light_GetCurrentSimpleValue_Result ()
Light_GetCurrentSimpleValue_Result & set_response (::fuchsia::hardware::light::Light_GetCurrentSimpleValue_Response value)
Light_GetCurrentSimpleValue_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 502 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
Friends
class Equality