Contents

addConnection(_:)

Adds a new connection to this session.

Declaration

func addConnection(_ connection: MIDINetworkConnection) -> Bool

Parameters

  • connection:

    The connection to add.

Return Value

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

See Also

Managing Connections