ep_txd_node(3)

NAME

ep_txd_node, ep_txd_statusblk - transmit descriptor operations.

SYNOPSIS

#include <elan3/epcomms.h>
     
int ep_txd_node(
EP_TXD *txd);
EP_STATUSBLK ep_txd_statusblk(
EP_TXD *txd);

PARAMETERS

txd

The transmit descriptor associated with the transmitted message.

DESCRIPTION

The fields in the transmit descriptor associated with a transmitted message can be accessed using the following functions:

ep_txd_node

Returns the node ID of the intended message recipient.

ep_txd_statusblk

Return a pointer to the message status block.

SEE ALSO

ep_transmit_message(3), ep_multicast_message(3), ep_transmit_rpc(3).


© Quadrics Ltd. 1998-2003