如何获得神奇鼠标的电池状态? (%)

时间:2011-01-07 16:13:17

标签: objective-c battery magic-mouse

如何搜索连接的蓝牙/无线设备,例如一只魔法老鼠?我怎样才能得到电池的百分比?

请给我发一些代码并解释一下,因为我找到了一些东西,但我真的不明白。

非常感谢你的帮助。

1 个答案:

答案 0 :(得分:1)

我相信可以通过以下方式解答:

How to get the battery life of mac os x macbooks programatically?

Battery status in OSX?

Getting iPhone's battery level

How to get the Battery Charge Level specifically in mWh (not percentage) for Mac (Cocoa or C)

http://developer.apple.com/library/mac/#documentation/DeviceDrivers/Reference/IOBluetoothUI/index.html#//apple_ref/doc/uid/TP30000813

希望它有所帮助。你可以看到这几次。

<强>更新

我知道这不是Obj-C原生api,但是如果你无法弄清楚IOPowerSources你可以做到这一点并解析结果

ioreg -l | grep BatteryPercent