template <>
class WireSyncClientImpl
Defined at line 2239 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.basic.protocol/cpp/fidl/test.basic.protocol/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::test_basic_protocol::Values>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::test_basic_protocol::Values::Echo> Echo (::fidl::StringView s)
Request is heap-allocated. Response is heap-allocated.
::fidl::OneWayStatus OneWay (::fidl::StringView in)
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.