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

Method GetMachineCodeNoMac

src/pkgDm/Dm2Java.java:2495–2497  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

2493 * @return 字符串表达的机器机器码
2494 */
2495 public String GetMachineCodeNoMac(){
2496 return Dispatch.call(dm,"GetMachineCodeNoMac").getString();
2497 }
2498
2499 /**
2500 * 从网络获取当前北京时间

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getStringMethod · 0.45

Tested by

no test coverage detected