Int 14/AH=E4h

Prev Next Ralf Interrups Categories Contents

------

TelAPI - telioctl - CONNECTION CONTROL

AH = E4h
BX = connection ID (see AH=E0h"TelAPI")
CX = Telnet command/option identifier (see #00400)
ES:SI -> buffer containing command/option argument (see #00399)

Return:
AX = status (0000h, etc.) (see #00397)

Desc: Start filter control, initiate Telnet option negotiation, or get filter control status

See Also: AH=A9h - AH=E6h - AX=FF00h - INT 6B/AX=0600h

Format of TelAPI Telnet command/option argument: Offset Size Description (Table 00399) 00h 5 WORD numeric arguments 0Ah DWORD -> ASCIZ string

See Also: #00400

(Table 00400) Values for TelAPI Telnet command/option identifier:

01h ASCII args:
None

02h BINARY args:
None

03h LOCALECHO args:
None client echos data

04h REMOTEECHO args:
None server echos data

05h SGA args:
None Suppress Go-Ahead signal

07h CHARMODE args:
None no line-buffering

08h LINEMODE args:
-> erase-line ch perform line-buffering

09h RECVEOL args:
EOL type

0Ah SENDEOL args:
EOL type

0Bh EOR args:
None enable end-of-record sequence

0Dh BREAK args:
-> break char

0Eh VERBOSE args:
Verbosity display Telnet negotiations?

0Fh AYT args:
-> AYT escape ch

10h AO args:
-> AO escape char

11h IP args:
-> IP escape char

12h EC args:
-> escape char

13h EL args:
-> escape char

14h STATUS args:
Type; returns data in structure

18h TERMTYPE args:
-> terminal type

19h ATTACHPORT args:
Port number ; returns session number

1Bh TRANSMIT_EOR args:
EOR enabled append EOR to every telwrite?

See Also: #00399

Category: Network - Int 14h - T

------

Prev Next Ralf Interrups Categories Contents