class PeriodicAdvertisingSync_WatchAdvertisingReport_Result
Defined at line 9942 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 9969 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 9973 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 9975 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 9980 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 9986 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 9988 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 9993 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 9999 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 10007 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 10012 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 10015 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 9955 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
Friends
class Equality