json parser
This commit is contained in:
parent
b1c5a3af6e
commit
3aa3cee61c
7 changed files with 114 additions and 204 deletions
|
|
@ -143,8 +143,10 @@ std::string Packet::opCodeToString() {
|
|||
return "GET";
|
||||
case SET:
|
||||
return "SET";
|
||||
case RECEIVE:
|
||||
return "RECEIVE";
|
||||
case LOGIN:
|
||||
return "LOGIN";
|
||||
case RETURN:
|
||||
return "RETURN";
|
||||
case READ5:
|
||||
return "READ5";
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue