Uses of Enum
com.blackhillsoftware.smf.smf119.values.TelnetTerminationCode
Packages that use TelnetTerminationCode
-
Uses of TelnetTerminationCode in com.blackhillsoftware.smf.smf119
Methods in com.blackhillsoftware.smf.smf119 that return TelnetTerminationCodeModifier and TypeMethodDescriptionConnectionTerminationTelnetSection.smf119apTtTelTermCode()
SMF119AP_TTTelTermCode as a TelnetTerminationCode. -
Uses of TelnetTerminationCode in com.blackhillsoftware.smf.smf119.values
Methods in com.blackhillsoftware.smf.smf119.values that return TelnetTerminationCodeModifier and TypeMethodDescriptionstatic TelnetTerminationCode
TelnetTerminationCode.from
(int value) Get the TelnetTerminationCode for an integer valuestatic TelnetTerminationCode
Returns the enum constant of this type with the specified name.static TelnetTerminationCode[]
TelnetTerminationCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.