template <>
class WireSyncClientImpl
Defined at line 847 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::EncodingPuppet>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_validate_logs::EncodingPuppet::Encode> Encode (const ::fuchsia_validate_logs::wire::Record & record)
Log takes a record and converts it into a buffer.
Returns an error if record contains unsupported type
Allocates 48 bytes of response buffer on the stack. Request is heap-allocated.