Start working on server request processing code
This commit is contained in:
parent
594f66ab23
commit
cf69598fd1
2 changed files with 91 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
typedef struct NetPacketHeader
|
||||
{
|
||||
unsigned char pkt_magic[4]; /* Magic value "ORGB" identifies beginning of packet */
|
||||
char pkt_magic[4]; /* Magic value "ORGB" identifies beginning of packet */
|
||||
unsigned int pkt_dev_idx; /* Device index */
|
||||
unsigned int pkt_id; /* Packet ID */
|
||||
unsigned int pkt_size; /* Packet size */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue