MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / DisablePowerSave

Method DisablePowerSave

src/pkgDm/Dm2Java.java:2426–2428  ·  view source on GitHub ↗

关闭电源管理,不会进入睡眠. 注 :此函数调用以后,并不会更改系统电源设置. 此函数经常用在后台操作过程中. 避免被系统干扰 @return 0: 失败 1: 成功

()

Source from the content-addressed store, hash-verified

2424 * @return 0: 失败 1: 成功
2425 */
2426 public int DisablePowerSave(){
2427 return Dispatch.call(dm,"DisablePowerSave").getInt();
2428 }
2429
2430 /**
2431 * 关闭屏幕保护<br/>

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected