template <>
class WireWeakSyncClientImpl
Defined at line 3479 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_messaging.h
Public Methods
::fidl::WireResult< ::fuchsia_diagnostics::LogSettings::SetComponentInterest> SetComponentInterest (::fuchsia_diagnostics::wire::LogSettingsSetComponentInterestRequest LogSettingsSetComponentInterestRequest)
Requests a change in interest for the matched components.
Each component holds a set of requested interests.
When a new request on LogSettings#SetComponentInterest is received,
the sets for matched components receive the new minimum interest.
If the interest is less than the previous minimum interest, then a
`SetComponentInterest` request is sent with the new minimum interest.
If a connection to `LogSettings` sends another `SetComponentInterest`
request, its previous interest request will be undone.
When the connection to `LogSettings` is finished, the interests are
undone, unless persist is set to true. Each matched component minimum
interest is updated with the new minimum interest in the set.
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.