template <>

class WireSyncBufferClientImpl

Defined at line 3776 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_kernel::Counter::GetInspectVmo> GetInspectVmo ()

Retrives a VMO containining summarized kcounter data. The vmo returned

in `buffer` is in "inspect-vmo" format, documented elsewhere.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_kernel::Counter::UpdateInspectVmo> UpdateInspectVmo ()

Request that the previously-returned VMO buffer's data be updated. The

data may not be updated if it was already recently updated (updates are

limited to an unspecified rate, but approximately every few seconds).

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.