Uses of Class
org.robovm.apple.coremidi.MIDINetworkHost
-
Packages that use 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 MIDINetworkHost
MIDINetworkHost. create(java.lang.String name, java.lang.String address, long port)
static MIDINetworkHost
MIDINetworkHost. create(java.lang.String name, java.lang.String netServiceName, java.lang.String netServiceDomain)
static MIDINetworkHost
MIDINetworkHost. create(java.lang.String name, NSNetService netService)
MIDINetworkHost
MIDINetworkConnection. 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 boolean
MIDINetworkSession. addContact(MIDINetworkHost contact)
static MIDINetworkConnection
MIDINetworkConnection. create(MIDINetworkHost host)
boolean
MIDINetworkHost. hasSameAddressAs(MIDINetworkHost other)
boolean
MIDINetworkSession. removeContact(MIDINetworkHost contact)
-