Commit c8348cb0125732ce6d521bd7a0b73f147d0c5191

Authored by french1802
1 parent f4568c74

Ajout du protocole

Showing 1 changed file with 6 additions and 1 deletions   Show diff stats
1 1  
2 2  
3 3 struct typedef Donnees{
4   -
  4 + char TypeMessage;
  5 + char IdBaseHigh;
  6 + char IdBaseLow;
  7 + char IdShirtHigh;
  8 + char IdShirtLow;
  9 + char Data[4];
5 10 }
... ...