class LocalService_ReadValue_Result
Defined at line 1220 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 LocalService_ReadValue_Result ()
void LocalService_ReadValue_Result (LocalService_ReadValue_Result && )
bool is_response ()
Defined at line 1251 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
LocalService_ReadValue_Result & operator= (LocalService_ReadValue_Result && )
LocalService_ReadValue_Result WithResponse (::fuchsia::bluetooth::gatt2::LocalService_ReadValue_Response && )
LocalService_ReadValue_Result WithErr (::fuchsia::bluetooth::gatt2::Error && )
::std::unique_ptr<LocalService_ReadValue_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, LocalService_ReadValue_Result * value, size_t offset)
zx_status_t Clone (LocalService_ReadValue_Result * result)
bool has_invalid_tag ()
Defined at line 1247 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
::fuchsia::bluetooth::gatt2::LocalService_ReadValue_Response & response ()
Defined at line 1253 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
const ::fuchsia::bluetooth::gatt2::LocalService_ReadValue_Response & response ()
Defined at line 1258 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 1264 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 1266 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 1271 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
::fuchsia::bluetooth::gatt2::LocalService_ReadValue_Result::Tag Which ()
Defined at line 1277 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 1285 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
void LocalService_ReadValue_Result (fpromise::ok_result< ::std::vector<uint8_t>> && result)
Defined at line 1290 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
void LocalService_ReadValue_Result (fpromise::error_result< ::fuchsia::bluetooth::gatt2::Error> && result)
Defined at line 1293 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
void LocalService_ReadValue_Result (fpromise::result< ::std::vector<uint8_t>, ::fuchsia::bluetooth::gatt2::Error> && result)
Defined at line 1296 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
fpromise::result< ::std::vector<uint8_t>, ::fuchsia::bluetooth::gatt2::Error> operator result ()
Defined at line 1304 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
void ~LocalService_ReadValue_Result ()
LocalService_ReadValue_Result & set_response (::fuchsia::bluetooth::gatt2::LocalService_ReadValue_Response value)
LocalService_ReadValue_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 1233 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
Friends
class Equality