GITLAB
mbutaye
/
PSR_2017
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c8348cb0125732ce6d521bd7a0b73f147d0c5191
Authored by
french1802
2017-03-07 08:45:52 +0100
1 parent
f4568c74
Ajout du protocole
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
proto.h
Inline
Side-by-side
proto.h
Wrap text
Show/Hide comments
View file @
c8348cb
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
}
...
...