template <>
class WireSyncClientImpl
Defined at line 4745 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/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_clientsuite::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_clientsuite::OpenTarget::StrictTwoWay> StrictTwoWay ()
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_clientsuite::OpenTarget::StrictTwoWayFields> StrictTwoWayFields ()
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_clientsuite::OpenTarget::StrictTwoWayErr> StrictTwoWayErr ()
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_clientsuite::OpenTarget::StrictTwoWayFieldsErr> StrictTwoWayFieldsErr ()
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_clientsuite::OpenTarget::FlexibleTwoWay> FlexibleTwoWay ()
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_clientsuite::OpenTarget::FlexibleTwoWayFields> FlexibleTwoWayFields ()
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_clientsuite::OpenTarget::FlexibleTwoWayErr> FlexibleTwoWayErr ()
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fidl_clientsuite::OpenTarget::FlexibleTwoWayFieldsErr> FlexibleTwoWayFieldsErr ()
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.