template <>
class NaturalClientImpl
Defined at line 339 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::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.
::fidl::internal::NaturalThenable< ::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.