class Light_GetInfo_Result
Defined at line 327 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_GetInfo_Result ()
void Light_GetInfo_Result (Light_GetInfo_Result && )
bool is_response ()
Defined at line 358 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
Light_GetInfo_Result & operator= (Light_GetInfo_Result && )
Light_GetInfo_Result WithResponse (::fuchsia::hardware::light::Light_GetInfo_Response && )
Light_GetInfo_Result WithErr (::fuchsia::hardware::light::LightError && )
::std::unique_ptr<Light_GetInfo_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Light_GetInfo_Result * value, size_t offset)
zx_status_t Clone (Light_GetInfo_Result * result)
bool has_invalid_tag ()
Defined at line 354 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
::fuchsia::hardware::light::Light_GetInfo_Response & response ()
Defined at line 360 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
const ::fuchsia::hardware::light::Light_GetInfo_Response & response ()
Defined at line 365 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 371 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 373 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 378 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
::fuchsia::hardware::light::Light_GetInfo_Result::Tag Which ()
Defined at line 384 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 392 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
void Light_GetInfo_Result (fpromise::ok_result< ::fuchsia::hardware::light::Info> && result)
Defined at line 397 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
void Light_GetInfo_Result (fpromise::error_result< ::fuchsia::hardware::light::LightError> && result)
Defined at line 400 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
void Light_GetInfo_Result (fpromise::result< ::fuchsia::hardware::light::Info, ::fuchsia::hardware::light::LightError> && result)
Defined at line 403 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
fpromise::result< ::fuchsia::hardware::light::Info, ::fuchsia::hardware::light::LightError> operator result ()
Defined at line 411 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
void ~Light_GetInfo_Result ()
Light_GetInfo_Result & set_response (::fuchsia::hardware::light::Light_GetInfo_Response value)
Light_GetInfo_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 340 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/hlcpp/fuchsia/hardware/light/cpp/fidl.h
Friends
class Equality