class PeriodicAdvertisingSync_WatchAdvertisingReport_Result
Defined at line 10555 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 PeriodicAdvertisingSync_WatchAdvertisingReport_Result ()
void ~PeriodicAdvertisingSync_WatchAdvertisingReport_Result ()
void PeriodicAdvertisingSync_WatchAdvertisingReport_Result (PeriodicAdvertisingSync_WatchAdvertisingReport_Result && )
PeriodicAdvertisingSync_WatchAdvertisingReport_Result & operator= (PeriodicAdvertisingSync_WatchAdvertisingReport_Result && )
PeriodicAdvertisingSync_WatchAdvertisingReport_Result WithResponse (::fuchsia::bluetooth::le::PeriodicAdvertisingSync_WatchAdvertisingReport_Response && )
PeriodicAdvertisingSync_WatchAdvertisingReport_Result WithFrameworkErr (::fidl::FrameworkErr && )
::std::unique_ptr<PeriodicAdvertisingSync_WatchAdvertisingReport_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, PeriodicAdvertisingSync_WatchAdvertisingReport_Result * value, size_t offset)
zx_status_t Clone (PeriodicAdvertisingSync_WatchAdvertisingReport_Result * result)
bool has_invalid_tag ()
Defined at line 10582 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
bool is_response ()
Defined at line 10586 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
::fuchsia::bluetooth::le::PeriodicAdvertisingSync_WatchAdvertisingReport_Response & response ()
Defined at line 10588 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
const ::fuchsia::bluetooth::le::PeriodicAdvertisingSync_WatchAdvertisingReport_Response & response ()
Defined at line 10593 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
bool is_framework_err ()
Defined at line 10599 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 10601 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 10606 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
::fuchsia::bluetooth::le::PeriodicAdvertisingSync_WatchAdvertisingReport_Result::Tag Which ()
Defined at line 10612 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 10620 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
void PeriodicAdvertisingSync_WatchAdvertisingReport_Result (fpromise::ok_result< ::fuchsia::bluetooth::le::PeriodicAdvertisingSync_WatchAdvertisingReport_Response> && result)
Defined at line 10625 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
fpromise::result< ::fuchsia::bluetooth::le::PeriodicAdvertisingSync_WatchAdvertisingReport_Response, ::fidl::FrameworkErr> operator result ()
Defined at line 10628 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
PeriodicAdvertisingSync_WatchAdvertisingReport_Result & set_response (::fuchsia::bluetooth::le::PeriodicAdvertisingSync_WatchAdvertisingReport_Response value)
PeriodicAdvertisingSync_WatchAdvertisingReport_Result & set_framework_err (::fidl::FrameworkErr value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kFrameworkErr | 3 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 10568 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
Friends
class Equality