template <>

class WireSyncClientImpl

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

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_kernel::Counter>|,

avoiding setting up a client.

Public Methods

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

Retrives a VMO containining summarized kcounter data. The vmo returned

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

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::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).

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.