class SyncReport

Defined at line 10421 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 SyncReport ()
void ~SyncReport ()
void SyncReport (SyncReport && )
SyncReport & operator= (SyncReport && )
SyncReport WithPeriodicAdvertisingReport (::fuchsia::bluetooth::le::PeriodicAdvertisingReport && )
SyncReport WithBroadcastIsochronousGroupInfoReport (::fuchsia::bluetooth::le::BroadcastIsochronousGroupInfoReport && )
::std::unique_ptr<SyncReport> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SyncReport * value, size_t offset)
zx_status_t Clone (SyncReport * result)
bool has_invalid_tag ()

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

bool is_periodic_advertising_report ()

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

::fuchsia::bluetooth::le::PeriodicAdvertisingReport & periodic_advertising_report ()

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

const ::fuchsia::bluetooth::le::PeriodicAdvertisingReport & periodic_advertising_report ()

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

bool is_broadcast_isochronous_group_info_report ()

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

::fuchsia::bluetooth::le::BroadcastIsochronousGroupInfoReport & broadcast_isochronous_group_info_report ()

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

const ::fuchsia::bluetooth::le::BroadcastIsochronousGroupInfoReport & broadcast_isochronous_group_info_report ()

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

SyncReport & set_periodic_advertising_report (::fuchsia::bluetooth::le::PeriodicAdvertisingReport value)
SyncReport & set_broadcast_isochronous_group_info_report (::fuchsia::bluetooth::le::BroadcastIsochronousGroupInfoReport value)
SyncReport & SetUnknownData (fidl_xunion_tag_t ordinal, std::vector<uint8_t> bytes)
::fuchsia::bluetooth::le::SyncReport::Tag Which ()

Defined at line 10480 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 10495 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

const std::vector<uint8_t> * UnknownBytes ()

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

Enumerations

enum Tag : fidl_xunion_tag_t
Name Value Comments
kUnknown 0 --
kPeriodicAdvertisingReport 1

0x1

kBroadcastIsochronousGroupInfoReport 2

0x2

Invalid ::std::numeric_limits<::fidl_union_tag_t>::max() --

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

Friends

class Equality