Interrups | Categories | Contents |
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:
None02h BINARY args:
None03h LOCALECHO args:
None client echos data04h REMOTEECHO args:
None server echos data05h SGA args:
None Suppress Go-Ahead signal07h CHARMODE args:
None no line-buffering08h LINEMODE args:
-> erase-line ch perform line-buffering09h RECVEOL args:
EOL type0Ah SENDEOL args:
EOL type0Bh EOR args:
None enable end-of-record sequence0Dh BREAK args:
-> break char0Eh VERBOSE args:
Verbosity display Telnet negotiations?0Fh AYT args:
-> AYT escape ch10h AO args:
-> AO escape char11h IP args:
-> IP escape char12h EC args:
-> escape char13h EL args:
-> escape char14h STATUS args:
Type; returns data in structure18h TERMTYPE args:
-> terminal type19h ATTACHPORT args:
Port number ; returns session number1Bh TRANSMIT_EOR args:
EOR enabled append EOR to every telwrite?
See Also: #00399
Category: Network - Int 14h - T
Interrups | Categories | Contents |