template <>
class WireSyncClientImpl
Defined at line 293 of file fidling/gen/src/graphics/display/lib/driver-framework-migration-utils/namespace/testing/test.display.namespace/cpp/fidl/test.display.namespace/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::test_display_namespace::Incrementer>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::test_display_namespace::Incrementer::Increment> Increment (int32_t x)
Returns x + 1.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.