獲取連線裝置硬體資訊

2021-07-13 21:42:04 字數 723 閱讀 8191

通過使用uidevice:

[[uidevice currentdevice] systemname];

[[uidevice currentdevice] systemversion];//os version

[[uidevice currentdevice] uniqueidentifier];

[[uidevice currentdevice] model];

[[uidevice currentdevice] name];

真機上結果:

system name: iphone os

system version: 4.2.1

unique id: 9b5ded78d5fa0ac96250f8b4af0e46f40b96ea6d

model: iphone

name: 「wwk」的 iphone

模擬器上結果:

system name: iphone os

system version: 4.2

unique id: 21ffe0ff-429b-5d0b-96d2-eadca3203260

model: iphone simulator

name: iphone simulator

uniqueidentifier:iphone通過,向幾個硬體識別符號和裝置序列號應用內部雜湊演算法,而生成這一識別符號。

參考

c 獲取硬體資訊

using system using system.runtime.interopservices using system.management namespace hardware 取cpu編號 public string getcpuid return strcpuid catch end m...

c 獲取硬體資訊

using system using system.runtime.interopservices using system.management namespace hardware 取cpu編號 public string getcpuid return strcpuid catch end m...

C 獲取硬體資訊

using system using system.net using system.runtime.interopservices using system.management 需要在解決方案中引用system.management.dll檔案 獲取機器名 public string getho...