template <>
class WireSyncClientImpl
Defined at line 1086 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::DebugDataIterator>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_test_manager::DebugDataIterator::GetNext> GetNext ()
Retrieve the next batch of debug data. This is a hanging get; if no data is
immediately available, the call hangs until data is available. After all data has
been returned, the call returns an empty vector.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_test_manager::DebugDataIterator::GetNextCompressed> GetNextCompressed ()
Retrieve the next batch of debug data (compressed using zstd). This is
a hanging get; if no data is immediately available, the call hangs until
data is available. After all data has been returned, the call returns an empty vector.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.