<!--
{
  "availability" : [
    "iOS: 10.3.0 -",
    "iPadOS: 10.3.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INCarSignalOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INCarSignalOptions"
  },
  "title" : "INCarSignalOptions"
}
-->

# INCarSignalOptions

The signals produced by the user’s car.

```
struct INCarSignalOptions
```

## Overview

In Swift, you can select more than one option from the option set. In Objective-C, you can select more than one option by combining the enums using a bitwise `OR` operation.

## Topics

### Signal Types

[`static var audible: INCarSignalOptions`](/documentation/Intents/INCarSignalOptions/audible)

An audible signal; for example, honking the car horn.

[`static var visible: INCarSignalOptions`](/documentation/Intents/INCarSignalOptions/visible)

A visual signal; for example, flashing the hazard lights.

### Initializers

[`init(rawValue: UInt)`](/documentation/Intents/INCarSignalOptions/init(rawValue:))

Initializes a new car signal option based on the provided raw value.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`OptionSet`](/documentation/Swift/OptionSet)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)