class RemoteService_RegisterCharacteristicNotifier_Result

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

Public Members

static const fidl_type_t * FidlType

Public Methods

void RemoteService_RegisterCharacteristicNotifier_Result ()
void RemoteService_RegisterCharacteristicNotifier_Result (RemoteService_RegisterCharacteristicNotifier_Result && )
bool is_response ()

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

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

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

::fuchsia::bluetooth::gatt2::RemoteService_RegisterCharacteristicNotifier_Response & response ()

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

const ::fuchsia::bluetooth::gatt2::RemoteService_RegisterCharacteristicNotifier_Response & response ()

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

bool is_err ()

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

::fuchsia::bluetooth::gatt2::Error & err ()

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

const ::fuchsia::bluetooth::gatt2::Error & err ()

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

::fuchsia::bluetooth::gatt2::RemoteService_RegisterCharacteristicNotifier_Result::Tag Which ()

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

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

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

void RemoteService_RegisterCharacteristicNotifier_Result (fpromise::error_result< ::fuchsia::bluetooth::gatt2::Error> && result)

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

void RemoteService_RegisterCharacteristicNotifier_Result (fpromise::result<void, ::fuchsia::bluetooth::gatt2::Error> && result)

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

fpromise::result<void, ::fuchsia::bluetooth::gatt2::Error> operator result ()

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

void ~RemoteService_RegisterCharacteristicNotifier_Result ()
RemoteService_RegisterCharacteristicNotifier_Result & set_response (::fuchsia::bluetooth::gatt2::RemoteService_RegisterCharacteristicNotifier_Response value)
RemoteService_RegisterCharacteristicNotifier_Result & set_err (::fuchsia::bluetooth::gatt2::Error value)

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

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

Friends

class Equality