template <>
class WireSyncClientImpl
Defined at line 747 of file fidling/gen/src/lib/fidl/llcpp/tests/message_container/fidl.llcpp.buffersize.test/cpp/fidl/fidl.llcpp.buffersize.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
<
::fidl_llcpp_buffersize_test::Protocol>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus RequestWith496ByteArray (const ::fidl::Array<uint8_t, 496> & value)
Allocates 528 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus RequestWith497ByteArray (const ::fidl::Array<uint8_t, 497> & value)
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::OneWayStatus SmallRequestWithFlexibleType (::fidl_llcpp_buffersize_test::wire::U u)
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_llcpp_buffersize_test::Protocol::SmallResponseWithFlexibleType> SmallResponseWithFlexibleType ()
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fidl_llcpp_buffersize_test::Protocol::RequestWith496ByteArrayAndResponseOf256Bytes> RequestWith496ByteArrayAndResponseOf256Bytes (const ::fidl::Array<uint8_t, 496> & value)
Allocates 768 bytes of message buffer on the stack. No heap allocation necessary.