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

Method GetMachineCode

src/pkgDm/Dm2Java.java:2487–2489  ·  view source on GitHub ↗

获取本机的机器码.(带网卡). 此机器码用于插件网站后台. 要求调用进程必须有管理员权限. 否则返回空串. @return 字符串表达的机器机器码

()

Source from the content-addressed store, hash-verified

2485 * @return 字符串表达的机器机器码
2486 */
2487 public String GetMachineCode(){
2488 return Dispatch.call(dm,"GetMachineCode").getString();
2489 }
2490
2491 /**
2492 * 获取本机的机器码.(不带网卡) 要求调用进程必须有管理员权限. 否则返回空串

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getStringMethod · 0.45

Tested by

no test coverage detected