Contents

addContact(_:)

Adds a host as a contact.

Declaration

func addContact(_ contact: MIDINetworkHost) -> Bool

Parameters

  • contact:

    The MIDI network host to add.

Return Value

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

See Also

Managing Contacts