xcode – 以编程方式获取macbookdevice颜色

xcode – 以编程方式获取macbookdevice颜色,第1张

概述我想检测用户设备的颜色以将其与实际设备的图像相关联(例如:Macbook SpaceGray或Gold). 我找到了一个用于iOS设备的私有API,但有没有办法在OSX中做到这一点(如果可能,合法)? 任何帮助是极大的赞赏. 如果您的Mac应用使用互联网连接,那么 second answer on this page可能会有用: 07001 Download the OUI list from t 我想检测用户设备的颜色以将其与实际设备的图像相关联(例如:Macbook SpaceGray或Gold).

我找到了一个用于iOS设备的私有API,但有没有办法在OSX中做到这一点(如果可能,合法)?

任何帮助是极大的赞赏.

解决方法 如果您的Mac应用使用互联网连接,那么 second answer on this page可能会有用:

07001

Download the OUI List from this page. However this will only supply
manufacturers portion of the OUI (the first 3 octets). You will need
to go to each manufacturer to obtain a copy of the address portion,
usually the 4th octet which will IDentify the device type. the 6th
octet is usually used for the unique device ID.

A mac address is a 48 bit hexadecimal number. The first 24 bits are
the OUI which can be used to IDentify the manufacturer.

困难的部分是确定Apple为每台计算机分配的mac代码

总结

以上是内存溢出为你收集整理的xcode – 以编程方式获取macbook / device颜色全部内容,希望文章能够帮你解决xcode – 以编程方式获取macbook / device颜色所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1103770.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-28
下一篇 2022-05-28

发表评论

登录后才能评论

评论列表(0条)

保存