pub type ClientType = String;Expand description
A string that represents the type of client using the protocol.
ClientType is used as a parameter to [ClientStateConnector.Connect] to
connect a [ClientStateWatcher] to the thermal state of the desired client
type.
A ClientType value should describe the type of subsystem a client
represents and must exactly (case-sensitive) match with a client entry found
in the central thermal configuration. Typical examples include “audio”,
“wifi”, etc.
Aliased Type§
pub struct ClientType { /* private fields */ }