DeviceSelectionMode: { AlwaysAsk: "AlwaysAsk"; UseAnyAllowed: "UseAnyAllowed" } = ...

Type declaration

  • ReadonlyAlwaysAsk: "AlwaysAsk"

    Attempts to connect to known device, otherwise asks which device to connect to.

  • ReadonlyUseAnyAllowed: "UseAnyAllowed"

    Attempts to connect to known device, otherwise attempts to connect to any allowed devices. If that fails, asks which device to connect to.