class SensorManager_SetTemperatureOverride_Result
Defined at line 655 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void SensorManager_SetTemperatureOverride_Result ()
void SensorManager_SetTemperatureOverride_Result (SensorManager_SetTemperatureOverride_Result && )
::std::unique_ptr<SensorManager_SetTemperatureOverride_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SensorManager_SetTemperatureOverride_Result * value, size_t offset)
zx_status_t Clone (SensorManager_SetTemperatureOverride_Result * result)
bool has_invalid_tag ()
Defined at line 684 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
bool is_response ()
Defined at line 688 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
::fuchsia::thermal::SensorManager_SetTemperatureOverride_Response & response ()
Defined at line 690 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
const ::fuchsia::thermal::SensorManager_SetTemperatureOverride_Response & response ()
Defined at line 695 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
bool is_err ()
Defined at line 701 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
::fuchsia::thermal::SetTemperatureOverrideError & err ()
Defined at line 703 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
const ::fuchsia::thermal::SetTemperatureOverrideError & err ()
Defined at line 708 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
bool is_framework_err ()
Defined at line 714 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 716 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 721 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
::fuchsia::thermal::SensorManager_SetTemperatureOverride_Result::Tag Which ()
Defined at line 727 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/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 733 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
void SensorManager_SetTemperatureOverride_Result (fpromise::ok_result<void> && result)
Defined at line 738 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
void SensorManager_SetTemperatureOverride_Result (fpromise::error_result< ::fuchsia::thermal::SetTemperatureOverrideError> && result)
Defined at line 741 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
void SensorManager_SetTemperatureOverride_Result (fpromise::result<void, ::fuchsia::thermal::SetTemperatureOverrideError> && result)
Defined at line 744 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
SensorManager_SetTemperatureOverride_Result WithResponse (::fuchsia::thermal::SensorManager_SetTemperatureOverride_Response && )
SensorManager_SetTemperatureOverride_Result WithErr (::fuchsia::thermal::SetTemperatureOverrideError && )
SensorManager_SetTemperatureOverride_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result<void, std::variant< ::fuchsia::thermal::SetTemperatureOverrideError, ::fidl::FrameworkErr>> operator result ()
Defined at line 752 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
void ~SensorManager_SetTemperatureOverride_Result ()
SensorManager_SetTemperatureOverride_Result & operator= (SensorManager_SetTemperatureOverride_Result && )
SensorManager_SetTemperatureOverride_Result & set_response (::fuchsia::thermal::SensorManager_SetTemperatureOverride_Response value)
SensorManager_SetTemperatureOverride_Result & set_err (::fuchsia::thermal::SetTemperatureOverrideError value)
SensorManager_SetTemperatureOverride_Result & set_framework_err (::fidl::FrameworkErr value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| kFrameworkErr | 3 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 669 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
Friends
class Equality