template <>
class WireSyncClientImpl
Defined at line 1507 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::TestCaseEnumerator>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_test_manager::TestCaseEnumerator::Enumerate> Enumerate (::fidl::StringView test_suite_url, ::fuchsia_test_manager::wire::EnumerateTestCasesOptions options, ::fidl::ServerEnd< ::fuchsia_test_manager::TestCaseIterator> && iterator)
Creates an iterator for test cases.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.