template <>

class WireWeakOnewayClientImpl

Defined at line 3654 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus Set (::fuchsia_diagnostics::wire::SampleParameters sample_parameters)

Add sample parameters.

Since this is limited by channel size, this API paginates at 300

items. That should fit in a channel unless a selector is particularly

gigantic.

Use `Commit` to indicate that all samples are sent over.

Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.