---
title: PKRadioTechnology
framework: passkit
role: symbol
role_heading: Structure
path: passkit/pkradiotechnology
---

# PKRadioTechnology

Constants that describe the type of wireless radio technology that a pass uses.

## Declaration

```swift
struct PKRadioTechnology
```

## Topics

### Reading the radio technology type

- [NFC](passkit/pkradiotechnology/nfc.md)
- [bluetooth](passkit/pkradiotechnology/bluetooth.md)

### Creating a radio technology object

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

### Setting the wireless radio technology

- [supportedRadioTechnologies](passkit/pkaddcarkeypassconfiguration/supportedradiotechnologies.md)
