02 2015 档案

摘要:一个state的基本构造,processMessage 以及可选的enter exit 和getName。 processMessager是用于处理数据。 enter 和exit 则是类似于 面向编程的构造和析构方法。 * A state is a State object and must implement * processMessage and optionally enter/e... 阅读全文
posted @ 2015-02-10 12:54 zooc 阅读(475) 评论(0) 推荐(0)
摘要:static final int BASE =Protocol.BASE_WIFI; 131072 static final intCMD_START_SUPPLICANT = BASE +11; 131083 static final intCMD_STOP_SUPPLICANT = BASE +12; 131084 static final intCMD_START_DRIVE... 阅读全文
posted @ 2015-02-09 19:27 zooc 阅读(1447) 评论(0) 推荐(0)
摘要:/** * Wi-Fi is currently being disabled. The state will change to {@link #WIFI_STATE_DISABLED} if * it finishes successfully. * * @see #WIFI_STATE_CHANGED_ACTION * @see #getWifiStat... 阅读全文
posted @ 2015-02-09 17:44 zooc 阅读(1378) 评论(0) 推荐(0)