OnboardCameraSystem
USI.Core
Provider-neutral aircraft-installed camera equipment.
public sealed class OnboardCameraSystem : AircraftComponentNodeMethods
TryGetPowerSwitchEnabledAsync
public Task<USIResult<Boolean>> TryGetPowerSwitchEnabledAsync()Gets whether the onboard camera-equipment power switch is selected on.
TrySetPowerSwitchEnabledAsync
public Task<USIResult> TrySetPowerSwitchEnabledAsync(bool enabled)Selects or deselects power for the onboard camera equipment.
