#include <elan3/epcomms.h>
int ep_txd_node( | EP_TXD *txd); |
EP_STATUSBLK ep_txd_statusblk( | EP_TXD *txd); |
The transmit descriptor associated with the transmitted message.
The fields in the transmit descriptor associated with a transmitted message can be accessed using the following functions:
Returns the node ID of the intended message recipient.
Return a pointer to the message status block.
ep_transmit_message(3), ep_multicast_message(3), ep_transmit_rpc(3).