Class

IceDetector

USI.Core

Provider-neutral aircraft ice-detection equipment.

public sealed class IceDetector : AircraftComponentNode

Methods

TryGetFailureDetectedAsync

public Task<USIResult<Boolean>> TryGetFailureDetectedAsync()

Gets whether detector failure is currently active.

TryGetIceDetectedAsync

public Task<USIResult<Boolean>> TryGetIceDetectedAsync()

Gets whether the detector currently reports aircraft icing.

TryGetSelectedAsync

public Task<USIResult<Boolean>> TryGetSelectedAsync()

Gets whether the detector is selected on.

TrySetSelectedAsync

public Task<USIResult> TrySetSelectedAsync(bool selected)

Selects whether the detector is on.