class CisParameters

Defined at line 3603 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.

const uint8_t & cis_id ()

ID of the stream to establish (as previously passed to Connection/CreateCig()).

Required.

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

bool has_cis_id ()

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

uint8_t * mutable_cis_id ()

ID of the stream to establish (as previously passed to Connection/CreateCig()).

Required.

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

void clear_cis_id ()

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

const ::fuchsia::bluetooth::PeerId & id ()

Peripheral device providing other end of the isochronous data stream.

Required.

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

bool has_id ()

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

::fuchsia::bluetooth::PeerId * mutable_id ()

Peripheral device providing other end of the isochronous data stream.

Required.

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

void clear_id ()

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

CisParameters & set_cis_id (uint8_t _value)
CisParameters & set_id (::fuchsia::bluetooth::PeerId _value)
void CisParameters ()
void CisParameters (CisParameters && other)
void ~CisParameters ()
CisParameters & operator= (CisParameters && other)
::std::unique_ptr<CisParameters> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, CisParameters * _value, size_t _offset)
zx_status_t Clone (CisParameters * _result)