removeContact(_:)
Removes a host as a contact.
Declaration
func removeContact(_ contact: MIDINetworkHost) -> BoolParameters
- contact:
The host to remove.
Return Value
true if the session successfully removed the host, otherwise false.
Removes a host as a contact.
func removeContact(_ contact: MIDINetworkHost) -> BoolThe host to remove.
true if the session successfully removed the host, otherwise false.