Interface

IAircraftInteractions

USI.Core

Discovers advanced interactions published by the currently loaded aircraft. Normal aircraft systems should be accessed through their typed USI components.

public interface IAircraftInteractions : IAircraftComponent

Methods

TryFindAsync

public Task<USIResult<AircraftInteraction>> TryFindAsync(string name)

TryGetAvailableAsync

public Task<USIResult<IReadOnlyList<AircraftInteraction>>> TryGetAvailableAsync()