template <>
class WireSyncClientImpl
Defined at line 1334 of file fidling/gen/src/diagnostics/validator/logs/fidl/fuchsia.validate.logs/cpp/fidl/fuchsia.validate.logs/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_validate_logs::LogSinkPuppet>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_validate_logs::LogSinkPuppet::GetInfo> GetInfo ()
Returns the information the puppet knows about itself.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_validate_logs::LogSinkPuppet::EmitLog> EmitLog (const ::fuchsia_validate_logs::wire::RecordSpec & spec)
Logs a record.
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.