#include <TX.h>
Inheritance diagram for usipp::TX:

Public Methods | |
| TX () | |
| virtual | ~TX () |
| virtual int | sendpack (void *, size_t, struct sockaddr *) = 0 |
| virtual int | broadcast () = 0 |
|
|
Must have capability to send broadcast packets. May be just a dummy. Reimplemented in usipp::TX_IP. |
|
|
Do the send. You don't call this directly. IP::sendpack() etc deliver the request to here. YOur task is only to provide a sendpack() when you write your own TX classes. Reimplemented in usipp::TX_IP. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000