type lookup tabel

This commit is contained in:
/jdi/ 2015-10-08 17:26:39 +02:00
parent f11f281a2c
commit 7f3e5fc0d9
7 changed files with 122 additions and 75 deletions

View file

@ -18,7 +18,7 @@
class Packet {
public:
enum OpCode {
DISCOVERY, GET, SET, READ
DISCOVERY, GET, SET, READ4,RECEIVE, READ5
};
Packet(OpCode);
void encode(bytes&);