Skip to content
Snippets Groups Projects
Commit 22426903 authored by Tim Übelhör's avatar Tim Übelhör
Browse files
parents f671c31d a500a7b6
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 // This protocol is used by the ModeliChart backend to transfer data to the frontend
namespace Network.Protocol; namespace Network.Protocol;
// The TCP is 52062
// The commands // The commands
enum CommandEnum : int { enum CommandEnum : int {
KeepAlive, // Send this command to check if the connection is still alive, do nothing in the backend 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