Int 14/AH=E2h

Prev Next Ralf Interrups Categories Contents

------

TelAPI - telread - BUFFERED READ

AH = E2h
BX = connection ID (see AH=E0h"TelAPI")
CX = length of buffer in bytes
ES:SI -> buffer for data

Return:
AX > 0000h number of characters actually read AX = 0000h host has closed connection AX < 0000h error code (see #00397)

Note: Translates CRLF into local EOL if the connection is in ASCII mode, negotiates various Telnet options, and immediately executes several different Telnet action commands

See Also: AH=07h"TelAPI" - AH=E3h - AH=E6h - AX=FF00h

Category: Network - Int 14h - T

------

Prev Next Ralf Interrups Categories Contents