removeConnection(_:)
Removes a connection from this session.
Declaration
func removeConnection(_ connection: MIDINetworkConnection) -> BoolParameters
- connection:
The connection to remove.
Return Value
true if the session successfully removed the connection, otherwise false.