template <>
class WireSyncBufferClientImpl
Defined at line 771 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
Public Methods
::fidl::OneWayStatus RequestWith496ByteArray (const ::fidl::Array<uint8_t, 496> & value)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus RequestWith497ByteArray (const ::fidl::Array<uint8_t, 497> & value)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus SmallRequestWithFlexibleType (::fidl_llcpp_buffersize_test::wire::U u)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fidl_llcpp_buffersize_test::Protocol::SmallResponseWithFlexibleType> SmallResponseWithFlexibleType ()
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fidl_llcpp_buffersize_test::Protocol::RequestWith496ByteArrayAndResponseOf256Bytes> RequestWith496ByteArrayAndResponseOf256Bytes (const ::fidl::Array<uint8_t, 496> & value)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.