Contents

nw_framer_t

An object that represents a single instance of your custom protocol running in a connection.

Declaration

typealias nw_framer_t = any OS_nw_framer

Discussion

All interaction between your protocol and the connection occurs through this object.

See Also

Adding Framers to Connections