Contents

nw_connection_copy_description(_:)

Copies the description of the connection as a string.

Declaration

func nw_connection_copy_description(_ connection: nw_connection_t) -> UnsafeMutablePointer<CChar>

Discussion

This function allocates a new string. You should free the returned buffer when done using the string.

See Also

Functions