PROTOCOLS
Board
Defined in fuchsia.hwinfo/hwinfo.fidl
Board provides an interface to retrieve hardware-specific information.
GetInfo
Request
<EMPTY>
Response
Name | Type |
---|---|
info |
BoardInfo
|
Device
Defined in fuchsia.hwinfo/hwinfo.fidl
Device provides an interface to retrieve device-specific properties.
GetInfo
Request
<EMPTY>
Response
Name | Type |
---|---|
info |
DeviceInfo
|
Product
Defined in fuchsia.hwinfo/hwinfo.fidl
Product provides an interface to retrieve product-specific properties.
GetInfo
Request
<EMPTY>
Response
Name | Type |
---|---|
info |
ProductInfo
|
ENUMS
Architecture flexible
Type: uint32
Defined in fuchsia.hwinfo/hwinfo.fidl
Name | Value | Description |
---|---|---|
X64 |
1 |
|
ARM64 |
2 |
TABLES
BoardInfo
Defined in fuchsia.hwinfo/hwinfo.fidl
Collection of properties that are common among a set of devices based on hardware type
Ordinal | Field | Type | Description |
---|---|---|---|
1 |
name |
string
|
|
2 |
revision |
string
|
|
3 |
cpu_architecture |
Architecture
|
DeviceInfo
Defined in fuchsia.hwinfo/hwinfo.fidl
Collection of properties that is unique per device.
Ordinal | Field | Type | Description |
---|---|---|---|
1 |
serial_number |
string:255
|
|
2 |
is_retail_demo |
bool
|
|
3 |
retail_sku |
string:255
|
ProductInfo
Defined in fuchsia.hwinfo/hwinfo.fidl
Collection of properties that is shared with other devices within the same product line.
Ordinal | Field | Type | Description |
---|---|---|---|
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
|
CONSTANTS
Name | Value | Type | Description |
---|---|---|---|
MAX_VALUE_SIZE |
255
|
uint8 |