---
title: INCarSignalOptions
framework: intents
role: symbol
role_heading: Structure
path: intents/incarsignaloptions
---

# INCarSignalOptions

The signals produced by the user’s car.

## Declaration

```swift
struct INCarSignalOptions
```

## Overview

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

- [audible](intents/incarsignaloptions/audible.md)
- [visible](intents/incarsignaloptions/visible.md)

### Initializers

- [init(rawValue:)](intents/incarsignaloptions/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
