class SyncReport
Defined at line 9760 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 9788 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 9792 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 9794 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 9799 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 9805 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 9807 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 9812 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 9819 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 9834 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 9837 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 9773 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
Friends
class Equality