template <>

class WireSyncClientImpl

Defined at line 1073 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.flexible.test/cpp/fidl/llcpptest.flexible.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_flexible_test::ReceiveFlexibleEnvelope>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::llcpptest_flexible_test::ReceiveFlexibleEnvelope::GetUnknownXUnionMoreBytes> GetUnknownXUnionMoreBytes ()

Receive a xunion with an unknown ordinal (suppose coming from a newer

server) which contains more bytes than the current max message size.

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

::fidl::WireResult< ::llcpptest_flexible_test::ReceiveFlexibleEnvelope::GetUnknownXUnionMoreHandles> GetUnknownXUnionMoreHandles ()

Receive a xunion with an unknown ordinal (suppose coming from a newer

server) which contains more handles than the current max message handle

count.

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

::fidl::WireResult< ::llcpptest_flexible_test::ReceiveFlexibleEnvelope::GetUnknownTableMoreBytes> GetUnknownTableMoreBytes ()

Receive a table with an unknown ordinal (suppose coming from a newer

server) which contains more bytes than the current max message size.

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

::fidl::WireResult< ::llcpptest_flexible_test::ReceiveFlexibleEnvelope::GetUnknownTableMoreHandles> GetUnknownTableMoreHandles ()

Receive a table with an unknown ordinal (suppose coming from a newer

server) which contains more handles than the current max message handle

count.

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