FlashState

@frozen
public enum FlashState : Sendable

Possible flash states

  • on

    The flash is turned on. It cannot be turned off until a flash(.off) scan update is sent.

    Declaration

    Swift

    case on
  • off

    The flash is turned off.

    Declaration

    Swift

    case off