Skip to content
Snippets Groups Projects
Commit a500a7b6 authored by Tim Übelhör's avatar Tim Übelhör
Browse files

Added comment

parent a59e26e0
No related branches found
No related tags found
No related merge requests found
// This protocol is used by the ModeliChart backend to transfer data to the frontend
namespace Network.Protocol;
// The TCP is 52062
// The commands
enum CommandEnum : int {
KeepAlive, // Send this command to check if the connection is still alive, do nothing in the backend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment