class SensorManager_Connect_Result

Defined at line 1106 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_Connect_Result ()
void SensorManager_Connect_Result (SensorManager_Connect_Result && )
::std::unique_ptr<SensorManager_Connect_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SensorManager_Connect_Result * value, size_t offset)
zx_status_t Clone (SensorManager_Connect_Result * result)
bool has_invalid_tag ()

Defined at line 1135 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

bool is_response ()

Defined at line 1139 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

::fuchsia::thermal::SensorManager_Connect_Response & response ()

Defined at line 1141 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

const ::fuchsia::thermal::SensorManager_Connect_Response & response ()

Defined at line 1146 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

bool is_err ()

Defined at line 1152 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

::fuchsia::thermal::ConnectError & err ()

Defined at line 1154 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

const ::fuchsia::thermal::ConnectError & err ()

Defined at line 1159 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

bool is_framework_err ()

Defined at line 1165 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

::fidl::FrameworkErr & framework_err ()

Defined at line 1167 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

const ::fidl::FrameworkErr & framework_err ()

Defined at line 1172 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

::fuchsia::thermal::SensorManager_Connect_Result::Tag Which ()

Defined at line 1178 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 1184 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

void SensorManager_Connect_Result (fpromise::ok_result<void> && result)

Defined at line 1189 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

void SensorManager_Connect_Result (fpromise::error_result< ::fuchsia::thermal::ConnectError> && result)

Defined at line 1192 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

void SensorManager_Connect_Result (fpromise::result<void, ::fuchsia::thermal::ConnectError> && result)

Defined at line 1195 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

SensorManager_Connect_Result WithResponse (::fuchsia::thermal::SensorManager_Connect_Response && )
SensorManager_Connect_Result WithErr (::fuchsia::thermal::ConnectError && )
SensorManager_Connect_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result<void, std::variant< ::fuchsia::thermal::ConnectError, ::fidl::FrameworkErr>> operator result ()

Defined at line 1203 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

void ~SensorManager_Connect_Result ()
SensorManager_Connect_Result & operator= (SensorManager_Connect_Result && )
SensorManager_Connect_Result & set_response (::fuchsia::thermal::SensorManager_Connect_Response value)
SensorManager_Connect_Result & set_err (::fuchsia::thermal::ConnectError value)
SensorManager_Connect_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 1120 of file fidling/gen/sdk/fidl/fuchsia.thermal/fuchsia.thermal/hlcpp/fuchsia/thermal/cpp/fidl.h

Friends

class Equality