template <>
class WireSyncClientImpl
Defined at line 357 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.v2integration.test/cpp/fidl/llcpptest.v2integration.test/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::llcpptest_v2integration_test::TestProtocol>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus MethodWithRequest (::llcpptest_v2integration_test::wire::Uint32Union u)
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::llcpptest_v2integration_test::TestProtocol::MethodWithResponse> MethodWithResponse ()
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.