Added: 11
PROTOCOLS
Device
Defined in fuchsia.hardware.power.sensor/sensor.fidl
GetPowerWatts
Request
<EMPTY>
Response
Name | Type |
---|---|
result |
Device_GetPowerWatts_Result
|
GetVoltageVolts
Request
<EMPTY>
Response
Name | Type |
---|---|
result |
Device_GetVoltageVolts_Result
|
STRUCTS
Device_GetPowerWatts_Response
Defined in fuchsia.hardware.power.sensor/sensor.fidl
Field | Type | Description | Default |
---|---|---|---|
power |
float32
|
No default |
Device_GetVoltageVolts_Response
Defined in fuchsia.hardware.power.sensor/sensor.fidl
Field | Type | Description | Default |
---|---|---|---|
voltage |
float32
|
No default |
UNIONS
Device_GetPowerWatts_Result strict
Defined in fuchsia.hardware.power.sensor/sensor.fidl
Ordinal | Variant | Type | Description |
---|---|---|---|
1 |
response |
Device_GetPowerWatts_Response
|
|
2 |
err |
zx/status
|
Device_GetVoltageVolts_Result strict
Defined in fuchsia.hardware.power.sensor/sensor.fidl
Ordinal | Variant | Type | Description |
---|---|---|---|
1 |
response |
Device_GetVoltageVolts_Response
|
|
2 |
err |
zx/status
|