---
title: EAWiFiUnconfiguredAccessoryProperties
framework: externalaccessory
role: symbol
role_heading: Structure
path: externalaccessory/eawifiunconfiguredaccessoryproperties
---

# EAWiFiUnconfiguredAccessoryProperties

Options that can be combined using the C bitwise OR operator to represent the properties of an unconfigured accessory.

## Declaration

```swift
struct EAWiFiUnconfiguredAccessoryProperties
```

## Topics

### Getting the Accessory Properties

- [propertySupportsAirPlay](externalaccessory/eawifiunconfiguredaccessoryproperties/propertysupportsairplay.md)
- [propertySupportsAirPrint](externalaccessory/eawifiunconfiguredaccessoryproperties/propertysupportsairprint.md)
- [propertySupportsHomeKit](externalaccessory/eawifiunconfiguredaccessoryproperties/propertysupportshomekit.md)

### Initializers

- [init(rawValue:)](externalaccessory/eawifiunconfiguredaccessoryproperties/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)

## See Also

### Getting Information About the Accessory

- [name](externalaccessory/eawifiunconfiguredaccessory/name.md)
- [manufacturer](externalaccessory/eawifiunconfiguredaccessory/manufacturer.md)
- [model](externalaccessory/eawifiunconfiguredaccessory/model.md)
- [ssid](externalaccessory/eawifiunconfiguredaccessory/ssid.md)
- [macAddress](externalaccessory/eawifiunconfiguredaccessory/macaddress.md)
- [properties](externalaccessory/eawifiunconfiguredaccessory/properties.md)
