/CTelnet.php

Description
Classes
Class Description
CTelnet
Constants
AO = chr(0xf5) (line 25)

Abort output

AYT = chr(0xf6) (line 29)

Are You There ?

BRK = chr(0xf3) (line 17)

NVT character BRK.

DATA_MARK = chr(0xf2) (line 13)

The data stream portion of a Synch. This should always be accompanied by a TCP Urgent notification.

DONT = chr(0xfe) (line 61)

DON'T. Indicates the demand that the other party stop performing, or confirmation that you are no longer expecting the other party to perform, the indicated option.

DOO = chr(0xfd) (line 57)

DO. Indicates the request that the other party perform, or confirmation that you are expecting the other party to perform, the indicated option.

EC = chr(0xf7) (line 33)

Erase character

EL = chr(0xf8) (line 37)

Erase Line

GA = chr(0xf9) (line 41)

Go Ahead signal.

IAC = chr(0xff) (line 65)

Data Byte 255.

IP = chr(0xf4) (line 21)

Interrupt Process.

NOP = chr(0xf1) (line 9)

No operation.

SB = chr(0xfa) (line 45)

Indicates that what follows is subnegotiation of the indicated option.

SE = chr(0xf0) (line 5)

End of subnegotiation parameters.

WILL = chr(0xfb) (line 49)

WILL. Indicates the desire to begin performing, or confirmation that you are now performing, the indicated option.

WONT = chr(0xfc) (line 53)

WILL NOT. Indicates the refusal to perform, or continue performing, the indicated option.

Documentation generated on Sun, 27 Apr 2008 10:41:27 +0200 by phpDocumentor 1.4.0