class CentralCreateConnectedIsochronousGroupRequest

Defined at line 3454 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

bool IsEmpty ()

Returns whether no field is set.

CentralCreateConnectedIsochronousGroupRequest & set_cig_parameters (::fuchsia::bluetooth::le::CigParameters _value)
CentralCreateConnectedIsochronousGroupRequest & set_cis_requested_parameters (::std::vector< ::fuchsia::bluetooth::le::CisRequestedParameters> _value)
CentralCreateConnectedIsochronousGroupRequest & set_cig (::fidl::InterfaceRequest< ::fuchsia::bluetooth::le::ConnectedIsochronousGroup> _value)
void CentralCreateConnectedIsochronousGroupRequest ()
void CentralCreateConnectedIsochronousGroupRequest (CentralCreateConnectedIsochronousGroupRequest && other)
void ~CentralCreateConnectedIsochronousGroupRequest ()
CentralCreateConnectedIsochronousGroupRequest & operator= (CentralCreateConnectedIsochronousGroupRequest && other)
::std::unique_ptr<CentralCreateConnectedIsochronousGroupRequest> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, CentralCreateConnectedIsochronousGroupRequest * _value, size_t _offset)
zx_status_t Clone (CentralCreateConnectedIsochronousGroupRequest * _result)
const ::fuchsia::bluetooth::le::CigParameters & cig_parameters ()

Required. Parameters for the CIG.

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

bool has_cig_parameters ()

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

::fuchsia::bluetooth::le::CigParameters * mutable_cig_parameters ()

Required. Parameters for the CIG.

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

void clear_cig_parameters ()

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

const ::std::vector< ::fuchsia::bluetooth::le::CisRequestedParameters> & cis_requested_parameters ()

Required. At least one CIS must be included.

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

bool has_cis_requested_parameters ()

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

::std::vector< ::fuchsia::bluetooth::le::CisRequestedParameters> * mutable_cis_requested_parameters ()

Required. At least one CIS must be included.

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

void clear_cis_requested_parameters ()

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

const ::fidl::InterfaceRequest< ::fuchsia::bluetooth::le::ConnectedIsochronousGroup> & cig ()

Required. ConnectedIsochronousGroup protocol to connect.

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

bool has_cig ()

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

::fidl::InterfaceRequest< ::fuchsia::bluetooth::le::ConnectedIsochronousGroup> * mutable_cig ()

Required. ConnectedIsochronousGroup protocol to connect.

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

void clear_cig ()

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