Interrups | Categories | Contents |
AH = 1Ch BX = network descriptor CX = number of bytes to transmit (0000h allowed) DX = send options (see #03464) DS:SI -> data to be written ES:DI -> "addr" structure (see #03462)
Return:
CF clear if successful AX = number of bytes actually written DX = ??? CF set on error AX = error code (see #03319 at INT 61"FTP Software")
Note: This function differs from AH=1Ah in that the address and socket numbers can be overridden
See Also: INT 61"FTP Software" - INT 61/AH=00h"PC/TCP" - INT 61/AH=1Ah
See Also: INT 63/AH=21h"BW-TCP"
Category: Network - Int 61h - P
Interrups | Categories | Contents |