Contents

removeConnection(_:)

Removes a connection from this session.

Declaration

func removeConnection(_ connection: MIDINetworkConnection) -> Bool

Parameters

  • connection:

    The connection to remove.

Return Value

true if the session successfully removed the connection, otherwise false.

See Also

Managing Connections