[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 61 Fn 1C  - PC/tcp Kernel V2.05+ - "net_writeto" - Write A Datagram    [N]

   AH = 1Ch
   BX = network descriptor
   CX = number of bytes to transmit (0000h allowed)
   DX = send options (see AH=1Ah)
   DS:SI -> data to be written
   ES:DI -> "addr" structure (see AH=13h)

Return: CF clear if successful
       AX = number of bytes actually written
       DX = ???
   CF set on error
       AX = error code (see INT 61"PC/TCP")

Note:  this function differs from AH=1Ah in that the address and socket
     numbers can be overridden

See Also: INT 61"PC/TCP",INT 61/AH=00h"PC/TCP",INT 61/AH=1Ah,INT 61/AH=1Dh

See Also: INT 63/AH=21h"BW-TCP"

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson