九鼎创展论坛
标题: android property_get 与 property_set [打印本页]
作者: armeasy 时间: 2011-12-23 15:03
标题: android property_get 与 property_set
1、 char driver_status[PROPERTY_VALUE_MAX];
property_get("wlan.driver.status", driver_status, NULL);
获得 "wlan.driver.status" 的属性,放到 driver_status 数组中。
2、 property_set("wlan.driver.status", "timeout");
将 "wlan.driver.status" 属性设置为 timeout。
相应的命令:
getprop "wlan.driver.status"
setprop "wlan.driver.status" "timeout"
欢迎光临 九鼎创展论坛 (http://bbs.9tripod.com/) |
Powered by Discuz! X3.2 |