addConnection(_:)
Adds a new connection to this session.
Declaration
func addConnection(_ connection: MIDINetworkConnection) -> BoolParameters
- connection:
The connection to add.
Return Value
true if the session successfully added the connection, otherwise false.