template <>
class WireSyncClientImpl
Defined at line 4992 of file fidling/gen/src/tests/fidl/dynsuite/server_suite/fidl/fidl.serversuite/cpp/fidl/fidl.serversuite/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_serversuite::OpenTarget>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus StrictOneWay ()
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus FlexibleOneWay ()
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_serversuite::OpenTarget::StrictTwoWay> StrictTwoWay ()
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_serversuite::OpenTarget::StrictTwoWayFields> StrictTwoWayFields (int32_t reply_with)
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_serversuite::OpenTarget::StrictTwoWayErr> StrictTwoWayErr (::fidl_serversuite::wire::OpenTargetStrictTwoWayErrRequest OpenTargetStrictTwoWayErrRequest)
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_serversuite::OpenTarget::StrictTwoWayFieldsErr> StrictTwoWayFieldsErr (::fidl_serversuite::wire::OpenTargetStrictTwoWayFieldsErrRequest OpenTargetStrictTwoWayFieldsErrRequest)
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_serversuite::OpenTarget::FlexibleTwoWay> FlexibleTwoWay ()
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_serversuite::OpenTarget::FlexibleTwoWayFields> FlexibleTwoWayFields (int32_t reply_with)
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_serversuite::OpenTarget::FlexibleTwoWayErr> FlexibleTwoWayErr (::fidl_serversuite::wire::OpenTargetFlexibleTwoWayErrRequest OpenTargetFlexibleTwoWayErrRequest)
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_serversuite::OpenTarget::FlexibleTwoWayFieldsErr> FlexibleTwoWayFieldsErr (::fidl_serversuite::wire::OpenTargetFlexibleTwoWayFieldsErrRequest OpenTargetFlexibleTwoWayFieldsErrRequest)
Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.