template <>
class WireSyncClientImpl
Defined at line 185 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::EncodingValidator>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Validate (::fidl::ServerEnd< ::fuchsia_validate_logs::ValidateResultsIterator> && results)
Runs the encoding validation test suite and reports the results on the
given channel.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.