Uses of Class
org.robovm.apple.network.NWInterfaceType
| Package | Description |
|---|---|
| org.robovm.apple.network |
-
Uses of NWInterfaceType in org.robovm.apple.network
Methods in org.robovm.apple.network that return NWInterfaceType Modifier and Type Method Description NWInterfaceTypeNWParameters. getRequiredInterfaceType()NWInterfaceTypeNWInterface. getType()static NWInterfaceTypeNWInterfaceType. valueOf(long n)Returns the enum constant of this type with the specified name.static NWInterfaceTypeNWInterfaceType. valueOf(String name)Returns the enum constant of this type with the specified name.static NWInterfaceType[]NWInterfaceType. 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 NWInterfaceType Modifier and Type Method Description voidNWParameters. prohibitInterfaceType(NWInterfaceType interface_type)voidNWPathMonitor. prohibitInterfaceType(NWInterfaceType interface_type)voidNWParameters. setRequiredInterfaceType(NWInterfaceType interface_type)booleanNWPath. usesInterfaceType(NWInterfaceType interface_type)Method parameters in org.robovm.apple.network with type arguments of type NWInterfaceType Modifier and Type Method Description voidNWParameters. iterateProhibitedInterfaceTypes(Block1<NWInterfaceType,Boolean> iterate_block)Constructors in org.robovm.apple.network with parameters of type NWInterfaceType Constructor Description NWPathMonitor(NWInterfaceType required_interface_type)