class CentralCreateConnectedIsochronousGroupRequest
Defined at line 3482 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 3489 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 3493 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 3498 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 3506 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 3515 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 3519 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 3524 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 3532 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 3541 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 3545 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 3550 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 3558 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h