add some CommandType

This commit is contained in:
greggameplayer
2018-05-27 02:14:25 +02:00
committed by GitHub
parent b16e5c6a81
commit c02573feac
+3
View File
@@ -29,7 +29,10 @@ enum class ControlCommand : u32 {
};
enum class CommandType : u32 {
Invalid = 0,
LegacyRequest = 1,
Close = 2,
LegacyControl = 3,
Request = 4,
Control = 5,
RequestWithContext = 6,