template <>
class WireSyncClientImpl
Defined at line 2366 of file fidling/gen/sdk/fidl/fuchsia.component.runtime/fuchsia.component.runtime/cpp/fidl/fuchsia.component.runtime/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_component_runtime::DictionaryKeyIterator>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_component_runtime::DictionaryKeyIterator::GetNext> GetNext ()
Returns the next set of keys in this dictionary. Returns an empty vector
when there are no more keys to iterate.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.