template <>
class WireSyncClientImpl
Defined at line 553 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.protocol.test/cpp/fidl/llcpptest.protocol.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_protocol_test::Frobinator>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Frob (::fidl::StringView value)
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::WireResult< ::llcpptest_protocol_test::Frobinator::Grob> Grob (::fidl::StringView value)
Request is heap-allocated. Response is heap-allocated.
::fidl::WireResult< ::llcpptest_protocol_test::Frobinator::TwoWayEmptyArg> TwoWayEmptyArg ()
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.