GSThermalControlSetting

@objc
public protocol GSThermalControlSetting

Setting to change the thermal control mode.

Note

This protocol is for Objective-C compatibility only.
  • Tells if a setting value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Thermal control mode setting.

    Declaration

    Swift

    var mode: ThermalControlMode { get set }
  • Checks if a mode is supported.

    Declaration

    Swift

    func isModeSupported(_ mode: ThermalControlMode) -> Bool

    Parameters

    mode

    mode to check

    Return Value

    true if the mode is supported