template <>
class WireSyncClientImpl
Defined at line 2704 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/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_test_manager::CaseIterator>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_test_manager::CaseIterator::GetNext> GetNext ()
Returns the next batch of test cases when they are available. Returns the empty vector
to indicate that the iteration is complete.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.