---
title: "deliverInput(data:message:isComplete:)"
framework: network
role: symbol
role_heading: Instance Method
path: "network/nwprotocolframer/instance/deliverinput(data:message:iscomplete:)"
---

# deliverInput(data:message:isComplete:)

Delivers an inbound message containing arbitrary data from your protocol to the application.

## Declaration

```swift
final func deliverInput(data: Data, message: NWProtocolFramer.Message, isComplete: Bool)
```

## See Also

### Delivering Input

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