enum

Telnet::Session::State

Inherits Enum < Comparable < Value < Object

Constants

Binary = 1
Echo = 2
Linemode = 4
SGA = 8
None = 0
All = 15

Instance methods

binary?

Returns true if this enum value contains Binary

Source
echo?

Returns true if this enum value contains Echo

Source
linemode?

Returns true if this enum value contains Linemode

Source
none?
Source
sga?

Returns true if this enum value contains SGA

Source