template <>
class WireSyncBufferClientImpl
Defined at line 2855 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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_diagnostics::Sample::Commit> Commit (::fidl::ClientEnd< ::fuchsia_diagnostics::SampleSink> && sink)
`Commit` returns errors quickly, as all configuration is validated
before the first sample is taken.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.