template <>

class WireSyncClientImpl

Defined at line 252 of file fidling/gen/sdk/fidl/fuchsia.driver.test.logger/fuchsia.driver.test.logger/cpp/fidl/fuchsia.driver.test.logger/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_driver_test_logger::Logger>|,

avoiding setting up a client.

Public Methods

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

Logs a message from the driver unit test.

Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.

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

Logs the results of a test case.

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