class NodeGetExtendedAttributeResult

Defined at line 4575 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

Public Methods

void NodeGetExtendedAttributeResult ()
void ~NodeGetExtendedAttributeResult ()
void NodeGetExtendedAttributeResult (NodeGetExtendedAttributeResult && other)
NodeGetExtendedAttributeResult & operator= (NodeGetExtendedAttributeResult && other)
bool has_invalid_tag ()
bool is_response ()
NodeGetExtendedAttributeResult WithResponse (::fidl::ObjectView< ::fuchsia_io::wire::ExtendedAttributeValue> val)
template <typename... Args>
NodeGetExtendedAttributeResult WithResponse (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 4596 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

::fuchsia_io::wire::ExtendedAttributeValue & response ()
const ::fuchsia_io::wire::ExtendedAttributeValue & response ()
bool is_err ()
NodeGetExtendedAttributeResult WithErr (int32_t val)
int32_t & err ()
const int32_t & err ()
::fuchsia_io::wire::NodeGetExtendedAttributeResult::Tag Which ()
void _CloseHandles ()

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

Defined at line 4584 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h