template <>
class WireSyncBufferClientImpl
Defined at line 1107 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.flexible.test/cpp/fidl/llcpptest.flexible.test/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.