addContact(_:)
Adds a host as a contact.
Declaration
func addContact(_ contact: MIDINetworkHost) -> BoolParameters
- contact:
The MIDI network host to add.
Return Value
true if the session successfully added the host, otherwise false.
Adds a host as a contact.
func addContact(_ contact: MIDINetworkHost) -> BoolThe MIDI network host to add.
true if the session successfully added the host, otherwise false.