[DGD] Send
Felix A. Croes
felix at dworkin.nl
Thu Aug 15 11:48:50 CEST 2002
NAME
send_message - send a message to a user
SYNOPSIS
int send_message(string message)
int send_message(int echo)
DESCRIPTION
In the first form, send a message to the user associated with the
current object, returning the number of bytes that could be sent.
When used by the driver object, the string will be written to stderr.
In the second form, user input echoing will be turned off or on,
depending on the value of the argument being zero or non-zero,
respectively; the return value is 1 if input echoing could be set, or 0
otherwise.
When the output buffer has emptied, message_done() will be called in
the user object. If send_message() is called again before the output
buffer has fully drained, message_done() will not be called before the
output buffer has emptied completely.
SEE ALSO
kfun/query_ip_name, kfun/query_ip_number, kfun/send_datagram,
kfun/this_user, kfun/users
Regards,
Dworkin
_________________________________________________________________
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list