template <>
class WireSyncBufferClientImpl
Defined at line 2026 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fidl_clientsuite::ClosedTarget::TwoWayNoPayload> TwoWayNoPayload ()
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fidl_clientsuite::ClosedTarget::TwoWayStructPayload> TwoWayStructPayload ()
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fidl_clientsuite::ClosedTarget::TwoWayTablePayload> TwoWayTablePayload ()
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fidl_clientsuite::ClosedTarget::TwoWayUnionPayload> TwoWayUnionPayload ()
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fidl_clientsuite::ClosedTarget::TwoWayStructPayloadErr> TwoWayStructPayloadErr ()
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fidl_clientsuite::ClosedTarget::TwoWayStructRequest> TwoWayStructRequest (int32_t some_field)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fidl_clientsuite::ClosedTarget::TwoWayTableRequest> TwoWayTableRequest (::fidl_clientsuite::wire::TablePayload TablePayload)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fidl_clientsuite::ClosedTarget::TwoWayUnionRequest> TwoWayUnionRequest (::fidl_clientsuite::wire::UnionPayload UnionPayload)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus OneWayNoRequest ()
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus OneWayStructRequest (int32_t some_field)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus OneWayTableRequest (::fidl_clientsuite::wire::TablePayload TablePayload)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus OneWayUnionRequest (::fidl_clientsuite::wire::UnionPayload UnionPayload)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.