class TicTacToe_Proxy

Defined at line 2034 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/hlcpp/fuchsia/examples/cpp/fidl.h

Public Members

function_impl OnOpponentMove

Public Methods

void TicTacToe_Proxy (::fidl::internal::ProxyController * controller)
void ~TicTacToe_Proxy ()
zx_status_t Dispatch_ (::fidl::HLCPPIncomingMessage message)
void StartGame (bool start_first)

cts-coverage-fidl-name:fuchsia.examples/TicTacToe.StartGame

void MakeMove (uint8_t row, uint8_t col, MakeMoveCallback callback)

cts-coverage-fidl-name:fuchsia.examples/TicTacToe.MakeMove