ChessApplication.EmilChessService Class
Summary description for EmilChessService.

Access: Public
Base Classes: MarshalByRefObject
  Members Description  
    chesswindow    
    ClientConnected    
    ClientMove    
    ServerMove    
    Msg2Client    
    Msg2Server    
    EmilChessService The constructor of the service

 
    ConnectToGame Connects to the game.

 
    SetChessWindow Set the ChessWindow that will be used by the Service.

 
    HasClientConnected Determine if a client has connected.

 
    HasClientMove Determine if a client has posted a move.

 
    GetClientMove Get the move the client has posted.

 
    SetClientMove Set the move of the client.

 
    HasServerMove Determine if the server has posted a move.

 
    GetServerMove Get the move the server has posted.

 
    SetServerMove Set the move of the server.

 
    HasMsg4Client Determine if there are a message to the client.

 
    GetMsg4Client Get the messages to the client.

 
    SetMsg2Client Set the move of the server.

 
    HasMsg4Server Determine if there are a message to the server.

 
    GetMsg4Server Get the messages to the server.

 
    SetMsg2Server Set the move of the server.