class PeriodicAdvertisingSync_WatchAdvertisingReport_Result
Defined at line 10603 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_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,PeriodicAdvertisingSync_WatchAdvertisingReport_Result *value,size_toffset)
zx_status_t Clone (PeriodicAdvertisingSync_WatchAdvertisingReport_Result * result)
bool has_invalid_tag ()
Defined at line 10630 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 10634 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 10636 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 10641 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 10647 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 10649 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 10654 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 10660 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 10668 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 10673 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 10676 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 : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kResponse | 1 |
0x1 |
| kFrameworkErr | 3 |
0x3 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() | -- |
Defined at line 10616 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
Friends
class Equality