Crate fidl_fuchsia_thermal

Crate fidl_fuchsia_thermal 

Source

Modules§

client_state_connector_ordinals
client_state_watcher_ordinals
sensor_manager_ordinals

Macros§

ClearTemperatureOverrideErrorUnknown
Pattern that matches an unknown ClearTemperatureOverrideError member.
ConnectErrorUnknown
Pattern that matches an unknown ConnectError member.
SensorServer_Unknown
Pattern that matches an unknown SensorServer_ member.
SetTemperatureOverrideErrorUnknown
Pattern that matches an unknown SetTemperatureOverrideError member.

Structs§

ClientStateConnectorConnectRequest
ClientStateConnectorControlHandle
ClientStateConnectorEventStream
ClientStateConnectorMarker
ClientStateConnectorProxy
ClientStateConnectorRequestStream
A Stream of incoming requests for fuchsia.thermal/ClientStateConnector.
ClientStateConnectorSynchronousProxy
ClientStateWatcherControlHandle
ClientStateWatcherEventStream
ClientStateWatcherMarker
ClientStateWatcherProxy
ClientStateWatcherRequestStream
A Stream of incoming requests for fuchsia.thermal/ClientStateWatcher.
ClientStateWatcherSynchronousProxy
ClientStateWatcherWatchResponder
ClientStateWatcherWatchResponse
SensorInfo
Information about a sensor.
SensorManagerClearTemperatureOverrideRequest
SensorManagerClearTemperatureOverrideResponder
SensorManagerConnectRequest
SensorManagerConnectResponder
SensorManagerControlHandle
SensorManagerEventStream
SensorManagerListSensorsResponder
SensorManagerListSensorsResponse
SensorManagerMarker
SensorManagerProxy
SensorManagerRequestStream
A Stream of incoming requests for fuchsia.thermal/SensorManager.
SensorManagerSetTemperatureOverrideRequest
SensorManagerSetTemperatureOverrideResponder
SensorManagerSynchronousProxy

Enums§

ClearTemperatureOverrideError
Errors returned from calls to SensorManager.ClearTemperatureOverrideError.
ClientStateConnectorEvent
ClientStateConnectorRequest
Allows a client to connect a [ClientStateWatcher] to the thermal state of a given ClientType.
ClientStateWatcherEvent
ClientStateWatcherRequest
Allows a client to watch for changes to its thermal state.
ConnectError
Errors returned from calls to SensorManager.ConnectError.
SensorManagerEvent
SensorManagerRequest
Interface that manages interactions and the working state of thermal sensors.
SensorServer_
The server end for a thermal sensor connection.
SetTemperatureOverrideError
Errors returned from calls to SensorManager.SetTemperatureOverride.

Constants§

MAX_THERMAL_LOAD
The maximum value of the normalized thermal load. This value bounds the width (and therefore also the precision) of the normalized thermal limiting range starting from 0. Trip points must be specified within this range.

Traits§

ClientStateConnectorProxyInterface
ClientStateWatcherProxyInterface
SensorManagerProxyInterface

Type Aliases§

ClientType
A string that represents the type of client using the protocol.
SensorManagerClearTemperatureOverrideResult
SensorManagerConnectResult
SensorManagerSetTemperatureOverrideResult