class NodeController_RequestBind_Result
Defined at line 5234 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void NodeController_RequestBind_Result ()
void NodeController_RequestBind_Result (NodeController_RequestBind_Result && )
::std::unique_ptr<NodeController_RequestBind_Result> New ()
void Encode (::fidl::Encoder *encoder,size_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,NodeController_RequestBind_Result *value,size_toffset)
zx_status_t Clone (NodeController_RequestBind_Result * result)
bool has_invalid_tag ()
Defined at line 5263 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool is_response ()
Defined at line 5267 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::fuchsia::driver::framework::NodeController_RequestBind_Response & response ()
Defined at line 5269 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const ::fuchsia::driver::framework::NodeController_RequestBind_Response & response ()
Defined at line 5274 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool is_err ()
Defined at line 5280 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
int32_t & err ()
Defined at line 5282 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const int32_t & err ()
Defined at line 5287 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool is_framework_err ()
Defined at line 5293 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 5295 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 5300 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::fuchsia::driver::framework::NodeController_RequestBind_Result::Tag Which ()
Defined at line 5306 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/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 5314 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void NodeController_RequestBind_Result (fpromise::ok_result<void> && result)
Defined at line 5319 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void NodeController_RequestBind_Result (fpromise::error_result<int32_t> && result)
Defined at line 5322 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void NodeController_RequestBind_Result (fpromise::result<void, int32_t> && result)
Defined at line 5325 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
NodeController_RequestBind_Result WithResponse (::fuchsia::driver::framework::NodeController_RequestBind_Response && )
NodeController_RequestBind_Result WithErr (int32_t && )
NodeController_RequestBind_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result<void, std::variant<int32_t, ::fidl::FrameworkErr>> operator result ()
Defined at line 5333 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void ~NodeController_RequestBind_Result ()
NodeController_RequestBind_Result & operator= (NodeController_RequestBind_Result && )
NodeController_RequestBind_Result & set_response (::fuchsia::driver::framework::NodeController_RequestBind_Response value)
NodeController_RequestBind_Result & set_err (int32_t value)
NodeController_RequestBind_Result & set_framework_err (::fidl::FrameworkErr value)
Enumerations
enum Tag : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kResponse | 1 |
0x1 |
| kErr | 2 |
0x2 |
| kFrameworkErr | 3 |
0x3 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() | -- |
Defined at line 5248 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
Friends
class Equality