class Channel_WatchChannelParameters_Result

Defined at line 1306 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_WatchChannelParameters_Result ()
void ~Channel_WatchChannelParameters_Result ()
void Channel_WatchChannelParameters_Result (Channel_WatchChannelParameters_Result && )
Channel_WatchChannelParameters_Result & operator= (Channel_WatchChannelParameters_Result && )
Channel_WatchChannelParameters_Result WithResponse (::fuchsia::bluetooth::ChannelParameters && )
Channel_WatchChannelParameters_Result WithFrameworkErr (::fidl::FrameworkErr && )
::std::unique_ptr<Channel_WatchChannelParameters_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Channel_WatchChannelParameters_Result * value, size_t offset)
zx_status_t Clone (Channel_WatchChannelParameters_Result * result)
bool has_invalid_tag ()

Defined at line 1333 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

bool is_response ()

Defined at line 1337 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

::fuchsia::bluetooth::ChannelParameters & response ()

Defined at line 1339 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

const ::fuchsia::bluetooth::ChannelParameters & response ()

Defined at line 1344 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

bool is_framework_err ()

Defined at line 1350 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

::fidl::FrameworkErr & framework_err ()

Defined at line 1352 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

const ::fidl::FrameworkErr & framework_err ()

Defined at line 1357 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

::fuchsia::bluetooth::Channel_WatchChannelParameters_Result::Tag Which ()

Defined at line 1363 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 1369 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

void Channel_WatchChannelParameters_Result (fpromise::ok_result< ::fuchsia::bluetooth::ChannelParameters> && result)

Defined at line 1374 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

fpromise::result< ::fuchsia::bluetooth::ChannelParameters, ::fidl::FrameworkErr> operator result ()

Defined at line 1377 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

Channel_WatchChannelParameters_Result & set_response (::fuchsia::bluetooth::ChannelParameters value)
Channel_WatchChannelParameters_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 1319 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/hlcpp/fuchsia/bluetooth/cpp/fidl.h

Friends

class Equality