class RemoteService_ReadByType_Result

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

Public Members

static const fidl_type_t * FidlType

Public Methods

void RemoteService_ReadByType_Result ()
void RemoteService_ReadByType_Result (RemoteService_ReadByType_Result && )
bool is_response ()

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

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

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

::fuchsia::bluetooth::gatt::RemoteService_ReadByType_Response & response ()

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

const ::fuchsia::bluetooth::gatt::RemoteService_ReadByType_Response & response ()

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

bool is_err ()

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

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

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

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

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

::fuchsia::bluetooth::gatt::RemoteService_ReadByType_Result::Tag Which ()

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

void RemoteService_ReadByType_Result (fpromise::ok_result< ::std::vector< ::fuchsia::bluetooth::gatt::ReadByTypeResult>> && result)

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

void RemoteService_ReadByType_Result (fpromise::error_result< ::fuchsia::bluetooth::gatt::Error> && result)

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

void RemoteService_ReadByType_Result (fpromise::result< ::std::vector< ::fuchsia::bluetooth::gatt::ReadByTypeResult>, ::fuchsia::bluetooth::gatt::Error> && result)

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

fpromise::result< ::std::vector< ::fuchsia::bluetooth::gatt::ReadByTypeResult>, ::fuchsia::bluetooth::gatt::Error> operator result ()

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

void ~RemoteService_ReadByType_Result ()
RemoteService_ReadByType_Result & set_response (::fuchsia::bluetooth::gatt::RemoteService_ReadByType_Response value)
RemoteService_ReadByType_Result & set_err (::fuchsia::bluetooth::gatt::Error value)

Enumerations

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

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

Friends

class Equality