template <>
class WireSyncClientImpl
Defined at line 2061 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::EnumMethods>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus SendEnum (::llcpptest_protocol_test::wire::MyError e)
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::llcpptest_protocol_test::EnumMethods::GetEnum> GetEnum ()
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.