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

# start(framer:)

Requests that your protocol set up its state and begin a handshake, if necessary.

## Declaration

```swift
func start(framer: NWProtocolFramer.Instance) -> NWProtocolFramer.StartResult
```

## See Also

### Handling Instance Lifetime

- [init(framer:)](network/nwprotocolframerimplementation/init(framer:).md)
- [NWProtocolFramer.StartResult](network/nwprotocolframer/startresult.md)
- [wakeup(framer:)](network/nwprotocolframerimplementation/wakeup(framer:).md)
- [stop(framer:)](network/nwprotocolframerimplementation/stop(framer:).md)
- [cleanup(framer:)](network/nwprotocolframerimplementation/cleanup(framer:).md)
- [label](network/nwprotocolframerimplementation/label.md)
