class TicTacToe_SyncProxy
Defined at line 2067 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h
Public Methods
void TicTacToe_SyncProxy (::zx::channel channel)
void ~TicTacToe_SyncProxy ()
zx_status_t StartGame (bool start_first)
cts-coverage-fidl-name:fuchsia.examples/TicTacToe.StartGame
zx_status_t MakeMove (uint8_t row, uint8_t col, bool * out_success, ::std::unique_ptr< ::fuchsia::examples::GameState> * out_new_state)
cts-coverage-fidl-name:fuchsia.examples/TicTacToe.MakeMove
Friends
class SynchronousInterfacePtr