IceDetector
USI.Core
Provider-neutral aircraft ice-detection equipment.
public sealed class IceDetector : AircraftComponentNodeMethods
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.
