Module MUES::TelnetOutputFilter::StateConstants
In: lib/mues/filters/telnetoutputfilter.rb  (CVS)

A module that contains constants used in TELNET option negotiation (ala RFC1143 [The Q Method of Implementing Telnet Option Negotiation, www.faqs.org/rfcs/rfc1143.html]).

Constants

YES = 1
NO = 2
WANTYES = 3
WANTNO = 4
WANTYESQUEUED = 5
WANTNOQUEUED = 6

[Validate]