Skip to content

Commit

Permalink
Merge pull request #6 from cqu-bdsc/android
Browse files Browse the repository at this point in the history
Android V1.0 merge
  • Loading branch information
neardws authored Sep 27, 2018
2 parents 9272429 + d9c1fa8 commit b039b24
Show file tree
Hide file tree
Showing 6 changed files with 315 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
public class Message implements Serializable {
public static final String TYPE_MESSAGE = "TYPE_MESSAGE";
public static final String TYPE_TIME_SYNC_MESSAGE = "TYPE_TIME_SYNC_MESSAGE";
public static final String TYPE_WIFI_TIME_SYNC_RESULT = "TYPE_WIFI_TIME_SYNC_RESULT";
public static final String TYPE_WIFI_MESSAGE = "TYPE_WIFI_MESSAGE";
public static int ERROR_VALUE = -666;
private int id;
private long timeStamp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class Result implements Serializable {

public static final String TYPE_RESULT = "TYPE_RESULT";
public static final String TYPE_TIME_SYNC_RESULT = "TYPE_TIME_SYNC_RESULT";
public static final String TYPE_WIFI_TIME_SYNC = "TYPE_WIFI_TIME_SYNC";
public static int ERROR_VALUE = -666;
private int id;
private int time;
Expand Down
Loading

0 comments on commit b039b24

Please sign in to comment.