---
title: AccessoryTransport.localNetwork
framework: accessorytransportextension
role: symbol
role_heading: Case
path: accessorytransportextension/accessorytransport/localnetwork
---

# AccessoryTransport.localNetwork

A transport method that uses the local network for data delivery.

## Declaration

```swift
case localNetwork
```

## Mentioned in

Receiving iOS notifications on an accessory

## Discussion

Discussion The system requires SecurityMessage.CipherSuite.xWing cryptography for this transport method.

## See Also

### Identifying transport types

- [AccessoryTransport.bluetooth](accessorytransportextension/accessorytransport/bluetooth.md)
- [AccessoryTransport.internet](accessorytransportextension/accessorytransport/internet.md)
