class Server_PublishService_Result
Defined at line 1439 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 Server_PublishService_Result ()
void Server_PublishService_Result (Server_PublishService_Result && )
bool is_response ()
Defined at line 1470 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
Server_PublishService_Result & operator= (Server_PublishService_Result && )
Server_PublishService_Result WithResponse (::fuchsia::bluetooth::gatt2::Server_PublishService_Response && )
Server_PublishService_Result WithErr (::fuchsia::bluetooth::gatt2::PublishServiceError && )
::std::unique_ptr<Server_PublishService_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Server_PublishService_Result * value, size_t offset)
zx_status_t Clone (Server_PublishService_Result * result)
bool has_invalid_tag ()
Defined at line 1466 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
::fuchsia::bluetooth::gatt2::Server_PublishService_Response & response ()
Defined at line 1472 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
const ::fuchsia::bluetooth::gatt2::Server_PublishService_Response & response ()
Defined at line 1477 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 1483 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
::fuchsia::bluetooth::gatt2::PublishServiceError & err ()
Defined at line 1485 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
const ::fuchsia::bluetooth::gatt2::PublishServiceError & err ()
Defined at line 1490 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
::fuchsia::bluetooth::gatt2::Server_PublishService_Result::Tag Which ()
Defined at line 1496 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 1504 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
void Server_PublishService_Result (fpromise::ok_result<void> && result)
Defined at line 1509 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
void Server_PublishService_Result (fpromise::error_result< ::fuchsia::bluetooth::gatt2::PublishServiceError> && result)
Defined at line 1512 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
void Server_PublishService_Result (fpromise::result<void, ::fuchsia::bluetooth::gatt2::PublishServiceError> && result)
Defined at line 1515 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::PublishServiceError> operator result ()
Defined at line 1523 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
void ~Server_PublishService_Result ()
Server_PublishService_Result & set_response (::fuchsia::bluetooth::gatt2::Server_PublishService_Response value)
Server_PublishService_Result & set_err (::fuchsia::bluetooth::gatt2::PublishServiceError value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 1452 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
Friends
class Equality