class SensorManager_ListSensors_Result
Defined at line 506 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_ListSensors_Result ()
void ~SensorManager_ListSensors_Result ()
void SensorManager_ListSensors_Result (SensorManager_ListSensors_Result && )
SensorManager_ListSensors_Result & operator= (SensorManager_ListSensors_Result && )
SensorManager_ListSensors_Result WithResponse (::fuchsia::thermal::SensorManager_ListSensors_Response && )
SensorManager_ListSensors_Result WithFrameworkErr (::fidl::FrameworkErr && )
::std::unique_ptr<SensorManager_ListSensors_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SensorManager_ListSensors_Result * value, size_t offset)
zx_status_t Clone (SensorManager_ListSensors_Result * result)
bool has_invalid_tag ()
Defined at line 533 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
bool is_response ()
Defined at line 537 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
::fuchsia::thermal::SensorManager_ListSensors_Response & response ()
Defined at line 539 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
const ::fuchsia::thermal::SensorManager_ListSensors_Response & response ()
Defined at line 544 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
bool is_framework_err ()
Defined at line 550 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 552 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 557 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
::fuchsia::thermal::SensorManager_ListSensors_Result::Tag Which ()
Defined at line 563 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 569 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
void SensorManager_ListSensors_Result (fpromise::ok_result< ::std::vector< ::fuchsia::thermal::SensorInfo>> && result)
Defined at line 574 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
fpromise::result< ::std::vector< ::fuchsia::thermal::SensorInfo>, ::fidl::FrameworkErr> operator result ()
Defined at line 577 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
SensorManager_ListSensors_Result & set_response (::fuchsia::thermal::SensorManager_ListSensors_Response value)
SensorManager_ListSensors_Result & set_framework_err (::fidl::FrameworkErr value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kFrameworkErr | 3 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 519 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h
Friends
class Equality