class PeriodicAdvertisingSync_WatchAdvertisingReport_Result
Defined at line 9856 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 9883 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 9887 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 9889 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 9894 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 9900 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 9902 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 9907 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 9913 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 9921 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 9926 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 9929 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 9869 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
Friends
class Equality