template <>

class WireSyncBufferClientImpl

Defined at line 1109 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::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.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::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.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.