添加数量:7
协议
桌面和棋类游戏
在 fuchsia.hwinfo/hwinfo.fidl 中定义
开发板提供了一个用于检索硬件特定信息的接口。
获取信息
请求
<空>
回复
名称 | 类型 |
---|---|
info |
BoardInfo
|
设备
在 fuchsia.hwinfo/hwinfo.fidl 中定义
设备提供了一个用于检索设备特定属性的接口。
获取信息
请求
<空>
回复
名称 | 类型 |
---|---|
info |
DeviceInfo
|
产品
在 fuchsia.hwinfo/hwinfo.fidl 中定义
Product 提供了用于检索商品特定属性的接口。
获取信息
请求
<空>
回复
名称 | 类型 |
---|---|
info |
ProductInfo
|
枚举
架构灵活
类型:uint32
在 fuchsia.hwinfo/hwinfo.fidl 中定义
名称 | 值 | 说明 |
---|---|---|
X64 |
1 |
|
ARM64 |
2 |
表格
面板信息
在 fuchsia.hwinfo/hwinfo.fidl 中定义
根据硬件类型在一组设备中通用的属性集合
序数 | 字段 | 类型 | 说明 |
---|---|---|---|
1 |
name |
string
|
|
2 |
revision |
string
|
|
3 |
cpu_architecture |
Architecture
|
设备信息
在 fuchsia.hwinfo/hwinfo.fidl 中定义
每个设备都唯一的属性集合。
序数 | 字段 | 类型 | 说明 |
---|---|---|---|
1 |
serial_number |
string[255]
|
|
2 |
is_retail_demo |
bool
|
|
3 |
retail_sku |
string[255]
|
产品信息
在 fuchsia.hwinfo/hwinfo.fidl 中定义
与同一产品线中的其他设备共享的属性的集合。
序数 | 字段 | 类型 | 说明 |
---|---|---|---|
1 |
sku |
string
|
|
2 |
language |
string
|
|
3 |
regulatory_domain |
fuchsia.intl/RegulatoryDomain
|
|
4 |
locale_list |
vector<fuchsia.intl/LocaleId>
|
|
5 |
name |
string
|
|
6 |
model |
string
|
|
7 |
manufacturer |
string
|
|
8 |
build_date |
string
|
|
9 |
build_name |
string[255]
|
|
10 |
colorway |
string[255]
|
|
11 |
display |
string[255]
|
|
12 |
memory |
string[255]
|
|
13 |
nand_storage |
string[255]
|
|
14 |
emmc_storage |
string[255]
|
|
15 |
microphone |
string[255]
|
|
16 |
audio_amplifier |
string[255]
|
常量
名称 | 值 | 类型 | 说明 |
---|---|---|---|
MAX_VALUE_SIZE |
255
|
uint8 |