class SyncReport

Defined at line 9674 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 9702 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 9706 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 9708 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 9713 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 9719 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 9721 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 9726 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 9733 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 9748 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 9751 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

Enumerations

enum Tag
Name Value
kUnknown 0
kPeriodicAdvertisingReport 1
kBroadcastIsochronousGroupInfoReport 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

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

Friends

class Equality