---
title: "start(queue:)"
framework: network
role: symbol
role_heading: Instance Method
path: "network/nwethernetchannel/start(queue:)"
---

# start(queue:)

Starts the process of registering the channel, and sets the queue on which all channel events are delivered.

## Declaration

```swift
final func start(queue: DispatchQueue)
```

## See Also

### Managing Ethernet Channels

- [init(on:etherType:)](network/nwethernetchannel/init(on:ethertype:).md)
- [cancel()](network/nwethernetchannel/cancel().md)
