template <>
class WireWeakOnewayBufferClientImpl
Defined at line 27479 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus Clone (::fidl::ServerEnd< ::fuchsia_unknown::Cloneable> && request)
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus DeprecatedClone (::fuchsia_io::wire::OpenFlags flags, ::fidl::ServerEnd< ::fuchsia_io::Node> && object)
DEPRECATED - Use `fuchsia.unknown/Cloneable.Clone` instead.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus ListExtendedAttributes (::fidl::ServerEnd< ::fuchsia_io::ExtendedAttributeIterator> && iterator)
Creates an iterator over all the extended attribute names associated
with this node. If an error occurs it is returned as an epitaph on the
iterator request channel, and then the channel is closed.
GetExtendedAttributes can be used with any of these names to retrieve
the associated value.
This method requires the [`Rights.GET_ATTRIBUTES`] right.
Caller provides the backing storage for FIDL message.