class PeriodicAdvertisingSync_SyncToSubevents_Result
Defined at line 8833 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_SyncToSubevents_Result ()
void PeriodicAdvertisingSync_SyncToSubevents_Result (PeriodicAdvertisingSync_SyncToSubevents_Result && )
::std::unique_ptr<PeriodicAdvertisingSync_SyncToSubevents_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, PeriodicAdvertisingSync_SyncToSubevents_Result * value, size_t offset)
zx_status_t Clone (PeriodicAdvertisingSync_SyncToSubevents_Result * result)
bool has_invalid_tag ()
Defined at line 8862 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 8866 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
::fuchsia::bluetooth::le::PeriodicAdvertisingSync_SyncToSubevents_Response & response ()
Defined at line 8868 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
const ::fuchsia::bluetooth::le::PeriodicAdvertisingSync_SyncToSubevents_Response & response ()
Defined at line 8873 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
bool is_err ()
Defined at line 8879 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
int32_t & err ()
Defined at line 8881 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
const int32_t & err ()
Defined at line 8886 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 8892 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 8894 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 8899 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
::fuchsia::bluetooth::le::PeriodicAdvertisingSync_SyncToSubevents_Result::Tag Which ()
Defined at line 8905 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 8913 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
void PeriodicAdvertisingSync_SyncToSubevents_Result (fpromise::ok_result<void> && result)
Defined at line 8918 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
void PeriodicAdvertisingSync_SyncToSubevents_Result (fpromise::error_result<int32_t> && result)
Defined at line 8921 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
void PeriodicAdvertisingSync_SyncToSubevents_Result (fpromise::result<void, int32_t> && result)
Defined at line 8924 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
PeriodicAdvertisingSync_SyncToSubevents_Result WithResponse (::fuchsia::bluetooth::le::PeriodicAdvertisingSync_SyncToSubevents_Response && )
PeriodicAdvertisingSync_SyncToSubevents_Result WithErr (int32_t && )
PeriodicAdvertisingSync_SyncToSubevents_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result<void, std::variant<int32_t, ::fidl::FrameworkErr>> operator result ()
Defined at line 8932 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
void ~PeriodicAdvertisingSync_SyncToSubevents_Result ()
PeriodicAdvertisingSync_SyncToSubevents_Result & operator= (PeriodicAdvertisingSync_SyncToSubevents_Result && )
PeriodicAdvertisingSync_SyncToSubevents_Result & set_response (::fuchsia::bluetooth::le::PeriodicAdvertisingSync_SyncToSubevents_Response value)
PeriodicAdvertisingSync_SyncToSubevents_Result & set_err (int32_t value)
PeriodicAdvertisingSync_SyncToSubevents_Result & set_framework_err (::fidl::FrameworkErr value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| kFrameworkErr | 3 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 8847 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h
Friends
class Equality