template <>

class WireSyncClientImpl

Defined at line 1337 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/wire_messaging.h

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_examples::TicTacToe>|,

avoiding setting up a client.

Public Methods

::fidl::OneWayStatus StartGame (bool start_first)

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_examples::TicTacToe::MakeMove> MakeMove (uint8_t row, uint8_t col)

Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.