template <>

class WireSyncBufferClientImpl

Defined at line 268 of file fidling/gen/sdk/fidl/fuchsia.driver.test.logger/fuchsia.driver.test.logger/cpp/fidl/fuchsia.driver.test.logger/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus LogMessage (::fidl::StringView msg)

Logs a message from the driver unit test.

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

::fidl::OneWayStatus LogTestCase (::fidl::StringView name, const ::fuchsia_driver_test_logger::wire::TestCaseResult & result)

Logs the results of a test case.

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