Added method for reading metingen

This commit is contained in:
Aareschluchtje
2015-10-10 22:38:14 +02:00
parent 2334a52633
commit f1fcee9d0f
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace ErgometerLibrary
public class NetCommand
{
public enum CommandType { LOGIN, DATA, CHAT, LOGOUT, SESSION, VALUESET, USER, RESPONSE, REQUEST }
public enum RequestType { USERS }
public enum RequestType { USERS, ALLSESSIONS, CURRENTSESSIONS, OLDDATA, SESSIONDATA }
public enum ResponseType { LOGINOK, LOGINWRONG, ERROR, NOTLOGGEDIN }
public enum ValueType { TIME, POWER, ENERGY, DISTANCE }