template <>

class WireWeakSyncClientImpl

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

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.