Interface

IAircraftComponent

USI.Core

Public SDK type.

public interface IAircraftComponent

Properties

Aircraft

public Aircraft Aircraft { get; }

InstallationState

public AircraftComponentInstallationState InstallationState { get; }

Installation evidence for the captured aircraft graph, independent of power, data availability and lifecycle. Check IsCurrent before using old evidence. Unknown does not prevent supported reads or establish installed equipment.

IsCurrent

public bool IsCurrent { get; }

LifecycleState

public AircraftComponentLifecycleState LifecycleState { get; }

Name

public string Name { get; }

Power

public PowerState Power { get; }