class Channel_Receive_Result
Defined at line 861 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void Channel_Receive_Result ()
void ~Channel_Receive_Result ()
void Channel_Receive_Result (Channel_Receive_Result && )
Channel_Receive_Result & operator= (Channel_Receive_Result && )
Channel_Receive_Result WithResponse (::fuchsia::bluetooth::Channel_Receive_Response && )
Channel_Receive_Result WithFrameworkErr (::fidl::FrameworkErr && )
::std::unique_ptr<Channel_Receive_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Channel_Receive_Result * value, size_t offset)
zx_status_t Clone (Channel_Receive_Result * result)
bool has_invalid_tag ()
Defined at line 888 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h
bool is_response ()
Defined at line 892 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h
::fuchsia::bluetooth::Channel_Receive_Response & response ()
Defined at line 894 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h
const ::fuchsia::bluetooth::Channel_Receive_Response & response ()
Defined at line 899 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h
bool is_framework_err ()
Defined at line 905 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 907 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 912 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h
::fuchsia::bluetooth::Channel_Receive_Result::Tag Which ()
Defined at line 918 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/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 924 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h
void Channel_Receive_Result (fpromise::ok_result< ::std::vector< ::fuchsia::bluetooth::Packet>> && result)
Defined at line 929 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h
fpromise::result< ::std::vector< ::fuchsia::bluetooth::Packet>, ::fidl::FrameworkErr> operator result ()
Defined at line 932 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h
Channel_Receive_Result & set_response (::fuchsia::bluetooth::Channel_Receive_Response value)
Channel_Receive_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 874 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h
Friends
class Equality