class ChannelOffloadExt_StartOffload_Result
Defined at line 5451 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void ChannelOffloadExt_StartOffload_Result ()
void ChannelOffloadExt_StartOffload_Result (ChannelOffloadExt_StartOffload_Result && )
::std::unique_ptr<ChannelOffloadExt_StartOffload_Result> New ()
void Encode (::fidl::Encoder *encoder,size_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,ChannelOffloadExt_StartOffload_Result *value,size_toffset)
zx_status_t Clone (ChannelOffloadExt_StartOffload_Result * result)
bool has_invalid_tag ()
Defined at line 5480 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
bool is_response ()
Defined at line 5484 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
::fuchsia::bluetooth::le::ChannelOffloadExt_StartOffload_Response & response ()
Defined at line 5486 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
const ::fuchsia::bluetooth::le::ChannelOffloadExt_StartOffload_Response & response ()
Defined at line 5491 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
bool is_err ()
Defined at line 5497 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
int32_t & err ()
Defined at line 5499 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
const int32_t & err ()
Defined at line 5504 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
bool is_framework_err ()
Defined at line 5510 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 5512 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 5517 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
::fuchsia::bluetooth::le::ChannelOffloadExt_StartOffload_Result::Tag Which ()
Defined at line 5523 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/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 5531 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
void ChannelOffloadExt_StartOffload_Result (fpromise::ok_result< ::fuchsia::bluetooth::le::ChannelOffloadExt_StartOffload_Response> && result)
Defined at line 5536 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
void ChannelOffloadExt_StartOffload_Result (fpromise::error_result<int32_t> && result)
Defined at line 5539 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
void ChannelOffloadExt_StartOffload_Result (fpromise::result< ::fuchsia::bluetooth::le::ChannelOffloadExt_StartOffload_Response, int32_t> && result)
Defined at line 5542 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
ChannelOffloadExt_StartOffload_Result WithResponse (::fuchsia::bluetooth::le::ChannelOffloadExt_StartOffload_Response && )
ChannelOffloadExt_StartOffload_Result WithErr (int32_t && )
ChannelOffloadExt_StartOffload_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result< ::fuchsia::bluetooth::le::ChannelOffloadExt_StartOffload_Response, std::variant<int32_t, ::fidl::FrameworkErr>> operator result ()
Defined at line 5550 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
void ~ChannelOffloadExt_StartOffload_Result ()
ChannelOffloadExt_StartOffload_Result & operator= (ChannelOffloadExt_StartOffload_Result && )
ChannelOffloadExt_StartOffload_Result & set_response (::fuchsia::bluetooth::le::ChannelOffloadExt_StartOffload_Response value)
ChannelOffloadExt_StartOffload_Result & set_err (int32_t value)
ChannelOffloadExt_StartOffload_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 5465 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
Friends
class Equality