class Peripheral_StartAdvertising_Result

Defined at line 9844 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 Peripheral_StartAdvertising_Result ()
void Peripheral_StartAdvertising_Result (Peripheral_StartAdvertising_Result && )
bool is_response ()

Defined at line 9875 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

Peripheral_StartAdvertising_Result & operator= (Peripheral_StartAdvertising_Result && )
Peripheral_StartAdvertising_Result WithResponse (::fuchsia::bluetooth::le::Peripheral_StartAdvertising_Response && )
Peripheral_StartAdvertising_Result WithErr (::fuchsia::bluetooth::le::PeripheralError && )
::std::unique_ptr<Peripheral_StartAdvertising_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Peripheral_StartAdvertising_Result * value, size_t offset)
zx_status_t Clone (Peripheral_StartAdvertising_Result * result)
bool has_invalid_tag ()

Defined at line 9871 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

::fuchsia::bluetooth::le::Peripheral_StartAdvertising_Response & response ()

Defined at line 9877 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

const ::fuchsia::bluetooth::le::Peripheral_StartAdvertising_Response & response ()

Defined at line 9882 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 9888 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

::fuchsia::bluetooth::le::PeripheralError & err ()

Defined at line 9890 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

const ::fuchsia::bluetooth::le::PeripheralError & err ()

Defined at line 9895 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

::fuchsia::bluetooth::le::Peripheral_StartAdvertising_Result::Tag Which ()

Defined at line 9901 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 9909 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

void Peripheral_StartAdvertising_Result (fpromise::ok_result<void> && result)

Defined at line 9914 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

void Peripheral_StartAdvertising_Result (fpromise::error_result< ::fuchsia::bluetooth::le::PeripheralError> && result)

Defined at line 9917 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

void Peripheral_StartAdvertising_Result (fpromise::result<void, ::fuchsia::bluetooth::le::PeripheralError> && result)

Defined at line 9920 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

fpromise::result<void, ::fuchsia::bluetooth::le::PeripheralError> operator result ()

Defined at line 9928 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

void ~Peripheral_StartAdvertising_Result ()
Peripheral_StartAdvertising_Result & set_response (::fuchsia::bluetooth::le::Peripheral_StartAdvertising_Response value)
Peripheral_StartAdvertising_Result & set_err (::fuchsia::bluetooth::le::PeripheralError value)

Enumerations

enum Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

Invalid ::std::numeric_limits<::fidl_union_tag_t>::max() --

Defined at line 9857 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

Friends

class Equality