From c8348cb0125732ce6d521bd7a0b73f147d0c5191 Mon Sep 17 00:00:00 2001 From: french1802 Date: Tue, 7 Mar 2017 08:45:52 +0100 Subject: [PATCH] Ajout du protocole --- proto.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/proto.h b/proto.h index 8d3ce3c..7655f0d 100644 --- a/proto.h +++ b/proto.h @@ -1,5 +1,10 @@ struct typedef Donnees{ - + char TypeMessage; + char IdBaseHigh; + char IdBaseLow; + char IdShirtHigh; + char IdShirtLow; + char Data[4]; } -- libgit2 0.21.2