template <>
class WireSyncClientImpl
Defined at line 1697 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_io::ExtendedAttributeIterator>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_io::ExtendedAttributeIterator::GetNext> GetNext ()
Get the next chunk of extended attribute names. If this is the last
chunk, last will be true, and the channel will be closed after the
call.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.