Uses of Enum Class
gurux.net.enums.NetworkType
Packages that use NetworkType
Package
Description
Gurux network component determines methods that make the communication
possible using Internet.
Gurux network enumeration package determines enumerations that make the
communication possible using network connections.
-
Uses of NetworkType in gurux.net
Methods in gurux.net that return NetworkTypeMethods in gurux.net with parameters of type NetworkTypeModifier and TypeMethodDescriptionvoidGXNet.setProtocol(NetworkType value)Sets the used protocol.Constructors in gurux.net with parameters of type NetworkTypeModifierConstructorDescriptionGXNet(NetworkType networkType, int portNo)Constructor used when server is started.GXNet(NetworkType networkType, String name, int portNo)Client Constructor. -
Uses of NetworkType in gurux.net.enums
Methods in gurux.net.enums that return NetworkTypeModifier and TypeMethodDescriptionstatic NetworkTypeReturns the enum constant of this class with the specified name.static NetworkType[]NetworkType.values()Returns an array containing the constants of this enum class, in the order they are declared.