Int 14/AH=E3h

Prev Next Ralf Interrups Categories Contents

------

TelAPI - telwrite - BUFFERED WRITE

AH = E3h
BX = connection ID
CX = length of buffer in bytes
ES:SI -> buffer containing data

Return:
AX > 0000h number of characters actually written AX < 0000h error code (see #00397)

Note: Translates local EOL into CRLF if the connection is in ASCII mode, sends the appropriate Telnet commands for the characters selected for IP, AYT, AO, EC, EL, and Break

See Also: AH=06h"TelAPI" - AH=E2h - AH=E6h - AX=FF00h

Category: Network - Int 14h - T

------

Prev Next Ralf Interrups Categories Contents