class Central_CreateConnectedIsochronousGroup_Result
Defined at line 3748 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 3779 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 3775 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 3781 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 3786 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 3792 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 3794 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 3799 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 3805 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 3813 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 3818 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 3821 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 3824 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 3832 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 3761 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
Friends
class Equality