CommandType

- Added `UNKNOWN_COMMAND`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-17 19:35:51 +02:00
parent b42fb2e2be
commit 5880974a69
1 changed files with 9 additions and 0 deletions

View File

@ -84,6 +84,15 @@ public enum CommandType
SPACER,
NOP_COMMAND,
/**
* Unknown command
*
* Sent as a reply when
* an unknown command
* is received
*/
UNKNOWN_COMMAND,
/**
* Authentication command
*