Crate fidl_fuchsia_thermal

Source

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

Enums§

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.

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

Type Aliases§

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