Uses of Class
org.robovm.apple.coremidi.MIDINetworkHost
| Package | Description |
|---|---|
| org.robovm.apple.coremidi |
-
Uses of MIDINetworkHost in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return MIDINetworkHost Modifier and Type Method Description static MIDINetworkHostMIDINetworkHost. create(String name, String address, long port)static MIDINetworkHostMIDINetworkHost. create(String name, String netServiceName, String netServiceDomain)static MIDINetworkHostMIDINetworkHost. create(String name, NSNetService netService)MIDINetworkHostMIDINetworkConnection. getHost()Methods in org.robovm.apple.coremidi that return types with arguments of type MIDINetworkHost Modifier and Type Method Description NSSet<MIDINetworkHost>MIDINetworkSession. getContacts()Methods in org.robovm.apple.coremidi with parameters of type MIDINetworkHost Modifier and Type Method Description booleanMIDINetworkSession. addContact(MIDINetworkHost contact)static MIDINetworkConnectionMIDINetworkConnection. create(MIDINetworkHost host)booleanMIDINetworkHost. hasSameAddressAs(MIDINetworkHost other)booleanMIDINetworkSession. removeContact(MIDINetworkHost contact)