class Central_CreateConnectedIsochronousGroup_Result

Defined at line 3720 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 Central_CreateConnectedIsochronousGroup_Result ()
void Central_CreateConnectedIsochronousGroup_Result (Central_CreateConnectedIsochronousGroup_Result && )
bool is_response ()

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

Central_CreateConnectedIsochronousGroup_Result & operator= (Central_CreateConnectedIsochronousGroup_Result && )
Central_CreateConnectedIsochronousGroup_Result WithResponse (::fuchsia::bluetooth::le::Central_CreateConnectedIsochronousGroup_Response && )
Central_CreateConnectedIsochronousGroup_Result WithErr (::fuchsia::bluetooth::le::CreateCigError && )
::std::unique_ptr<Central_CreateConnectedIsochronousGroup_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Central_CreateConnectedIsochronousGroup_Result * value, size_t offset)
zx_status_t Clone (Central_CreateConnectedIsochronousGroup_Result * result)
bool has_invalid_tag ()

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

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

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

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

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

::fuchsia::bluetooth::le::CreateCigError & err ()

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

const ::fuchsia::bluetooth::le::CreateCigError & err ()

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

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

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

void Central_CreateConnectedIsochronousGroup_Result (fpromise::ok_result< ::fuchsia::bluetooth::le::Central_CreateConnectedIsochronousGroup_Response> && result)

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

void Central_CreateConnectedIsochronousGroup_Result (fpromise::error_result< ::fuchsia::bluetooth::le::CreateCigError> && result)

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

void Central_CreateConnectedIsochronousGroup_Result (fpromise::result< ::fuchsia::bluetooth::le::Central_CreateConnectedIsochronousGroup_Response, ::fuchsia::bluetooth::le::CreateCigError> && result)

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

fpromise::result< ::fuchsia::bluetooth::le::Central_CreateConnectedIsochronousGroup_Response, ::fuchsia::bluetooth::le::CreateCigError> operator result ()

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

void ~Central_CreateConnectedIsochronousGroup_Result ()
Central_CreateConnectedIsochronousGroup_Result & set_response (::fuchsia::bluetooth::le::Central_CreateConnectedIsochronousGroup_Response value)
Central_CreateConnectedIsochronousGroup_Result & set_err (::fuchsia::bluetooth::le::CreateCigError value)

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

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

Friends

class Equality