man page(1) manual page
Table of Contents

_________________________________________________________________

NAME

Tdp_PacketReceive, Tdp_PacketSend - C access to "dp_packetSend" and "dp_packetReceive" commands.

SYNOPSIS

#include "network.h"

int Tdp_PacketReceive (interp, fileHandle, peek)

int Tdp_PacketSend (interp, fileHandle, message)

ARGUMENTS

Tcl_Interp *interp (in) Current Tcl interpreter.

char
*fileHandle(in) Represents the socket to send or receive data from.

int
peek (in) Specifies whether the call should remove the data from the internal queue.

char
*message (in) String to send. _________________________________________________________________

DESCRIPTION

The above two routines allow users C level access to the Tcl-DP dp_packetSend and dp_packetReceive Tcl/Tk commands.

AUTHOR

Brian Smith (bsmith@cs.berkeley.edu)
Steve Yen (syen@cs.berkeley.edu)
Stephen Tu (tus@roger-rabbit.cs.berkeley.edu)


Table of Contents