Uses of Class
org.robovm.apple.network.NWServiceClass
| Package | Description |
|---|---|
| org.robovm.apple.network |
-
Uses of NWServiceClass in org.robovm.apple.network
Methods in org.robovm.apple.network that return NWServiceClass Modifier and Type Method Description NWServiceClassNWProtocolMetadata. getIpServiceClass()NWServiceClassNWParameters. getServiceClass()static NWServiceClassNWServiceClass. valueOf(long n)Returns the enum constant of this type with the specified name.static NWServiceClassNWServiceClass. valueOf(String name)Returns the enum constant of this type with the specified name.static NWServiceClass[]NWServiceClass. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.network with parameters of type NWServiceClass Modifier and Type Method Description voidNWProtocolMetadata. setIpServiceClass(NWServiceClass service_class)voidNWParameters. setServiceClass(NWServiceClass service_class)