class SyncReport
Defined at line 10373 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 10401 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 10405 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 10407 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 10412 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 10418 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 10420 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 10425 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 10432 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 10447 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 10450 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 10386 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
Friends
class Equality