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

Method Beep

src/pkgDm/Dm2Java.java:2407–2409  ·  view source on GitHub ↗

蜂鸣器. @param f 频率 @param duration 时长(ms). @return 0: 失败 1: 成功

(int f,int duration)

Source from the content-addressed store, hash-verified

2405 * @return 0: 失败 1: 成功
2406 */
2407 public int Beep(int f,int duration){
2408 return Dispatch.call(dm,"Beep",f,duration).getInt();
2409 }
2410
2411 /**
2412 * 检测当前系统是否有开启UAC(用户账户控制).<br/>

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected