class IsochronousStream_SetupDataPath_Result

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

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

::fuchsia::bluetooth::le::IsochronousStream_SetupDataPath_Response & response ()

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

const ::fuchsia::bluetooth::le::IsochronousStream_SetupDataPath_Response & response ()

Defined at line 4246 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 4252 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 4254 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 4259 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 4265 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 4267 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 4272 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

::fuchsia::bluetooth::le::IsochronousStream_SetupDataPath_Result::Tag Which ()

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

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

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

void IsochronousStream_SetupDataPath_Result (fpromise::error_result<int32_t> && result)

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

void IsochronousStream_SetupDataPath_Result (fpromise::result<void, int32_t> && result)

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

IsochronousStream_SetupDataPath_Result WithResponse (::fuchsia::bluetooth::le::IsochronousStream_SetupDataPath_Response && )
IsochronousStream_SetupDataPath_Result WithErr (int32_t && )
IsochronousStream_SetupDataPath_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result<void, std::variant<int32_t, ::fidl::FrameworkErr>> operator result ()

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

void ~IsochronousStream_SetupDataPath_Result ()
IsochronousStream_SetupDataPath_Result & operator= (IsochronousStream_SetupDataPath_Result && )
IsochronousStream_SetupDataPath_Result & set_response (::fuchsia::bluetooth::le::IsochronousStream_SetupDataPath_Response value)
IsochronousStream_SetupDataPath_Result & set_err (int32_t value)
IsochronousStream_SetupDataPath_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 4220 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

Friends

class Equality