GroundPneumaticAirSource
USI.Core
An external ground source supplying pneumatic air to the aircraft.
public sealed class GroundPneumaticAirSource : AircraftComponentNodeMethods
TryGetSelectedAsync
public Task<USIResult<Boolean>> TryGetSelectedAsync()Gets whether the ground pneumatic supply is selected.
TrySetSelectedAsync
public Task<USIResult> TrySetSelectedAsync(bool selected)Sets whether the ground pneumatic supply is selected.
