---
title: passThroughInput()
framework: network
role: symbol
role_heading: Instance Method
path: network/nwprotocolframer/instance/passthroughinput()
---

# passThroughInput()

Indicates that your protocol no longer needs to handle input data.

## Declaration

```swift
final func passThroughInput()
```

## See Also

### Delivering Input

- [parseInput(minimumIncompleteLength:maximumLength:parse:)](network/nwprotocolframer/instance/parseinput(minimumincompletelength:maximumlength:parse:).md)
- [deliverInput(data:message:isComplete:)](network/nwprotocolframer/instance/deliverinput(data:message:iscomplete:).md)
- [deliverInputNoCopy(length:message:isComplete:)](network/nwprotocolframer/instance/deliverinputnocopy(length:message:iscomplete:).md)
