Uses of Enum Class
com.hp.lft.sdk.te.Protocol
Packages that use Protocol
-
Uses of Protocol in com.hp.lft.sdk.te
Methods in com.hp.lft.sdk.te that return ProtocolModifier and TypeMethodDescriptionWindow.getProtocol()
Returns the Terminal Emulator protocol.WindowDescription.getProtocol()
Returns the current protocol.static Protocol
Returns the enum constant of this class with the specified name.static Protocol[]
Protocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.te with parameters of type ProtocolModifier and TypeMethodDescriptionInitializes the current protocol.void
WindowDescription.setProtocol
(Protocol protocol) Sets the current protocol.