GSThermalSensitivityRangeSetting

@objc
public protocol GSThermalSensitivityRangeSetting

Setting to change the thermal sensitivity range

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 }
  • Checks if a sensitivity range is supported.

    Declaration

    Swift

    func isSensitivityRangeSupported(_ range: ThermalSensitivityRange) -> Bool

    Parameters

    range

    range to check

    Return Value

    true if the sensitivity range is supported

  • Current sensitivity range.

    Declaration

    Swift

    var sensitivityRange: ThermalSensitivityRange { get set }