Contents

nw_framer_deliver_input(_:_:_:_:_:)

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

Declaration

func nw_framer_deliver_input(_ framer: nw_framer_t, _ input_buffer: UnsafePointer<UInt8>, _ input_length: Int, _ message: nw_framer_message_t, _ is_complete: Bool)

See Also

Handling Input Data