Subversion Repositories Projects

Rev

Rev 255 | Rev 261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 255 Rev 258
Line 90... Line 90...
90
    public final static byte ACTIONID_RESET_PARAMS          = 35;
90
    public final static byte ACTIONID_RESET_PARAMS          = 35;
91
    public final static byte ACTIONID_BACK_TO_CONNDETAILS   = 36;    
91
    public final static byte ACTIONID_BACK_TO_CONNDETAILS   = 36;    
92
    public final static byte ACTIONID_SELECT_PARAMS         = 37;    
92
    public final static byte ACTIONID_SELECT_PARAMS         = 37;    
93
    public final static byte ACTIONID_RENAME_PARAMS         = 38;
93
    public final static byte ACTIONID_RENAME_PARAMS         = 38;
94
    public final static byte ACTIONID_SELECT_FIRMWARE       = 39;
94
    public final static byte ACTIONID_SELECT_FIRMWARE       = 39;
-
 
95
    public final static byte ACTIONID_UPDATE_DUBWISE        = 40;
Line 95... Line 96...
95
   
96