template <>

class WireSyncClientImpl

Defined at line 1519 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::HandleProvider>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::llcpptest_protocol_test::HandleProvider::GetHandle> GetHandle ()

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

::fidl::WireResult< ::llcpptest_protocol_test::HandleProvider::GetHandleVector> GetHandleVector (uint32_t count)

Allocates 24 bytes of request buffer on the stack. Response is heap-allocated.

::fidl::WireResult< ::llcpptest_protocol_test::HandleProvider::GetHandleUnion> GetHandleUnion ()

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

::fidl::WireResult< ::llcpptest_protocol_test::HandleProvider::SwapHandle> SwapHandle (::llcpptest_protocol_test::wire::HandleTable HandleTable)

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