User`s guide
ldv-write
Purpose
Delivers a message to the network interface hardware.
Syntax
#include <ldv.h>
short ldv-write(short handle, void far *msg-p,
short len);
See Also
ldv-read0
Returns
LDV-OK (0)
Message written successfully.
LDV-NOT-OPEN (3)
Invalid handle or device not open.
LDV-DEVICE-ERR (4)
Error occurred accessing device.
LDV-NO-BUFF-AVAIL (7)
No message buffers available.
Paramters
handle
msg_p
len
short
Device identifier returned by
ldv-open ( 1.
void far *
Pointer to buffer containing the message to be
delivered to the network.
short
Length of outgoing message, in bytes.
A-8
Appendix A