class Central_CreateConnectedIsochronousGroup_Result
Defined at line 3796 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 3827 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_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,Central_CreateConnectedIsochronousGroup_Result *value,size_toffset)
zx_status_t Clone (Central_CreateConnectedIsochronousGroup_Result * result)
bool has_invalid_tag ()
Defined at line 3823 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 3829 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 3834 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 3840 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 3842 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 3847 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 3853 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 3861 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 3866 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 3869 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 3872 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 3880 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 : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kResponse | 1 |
0x1 |
| kErr | 2 |
0x2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() | -- |
Defined at line 3809 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
Friends
class Equality