
#include <gzDistTransport.h>
Inheritance diagram for gzDistTransportInterface:

Public Member Functions | |
| gzDistTransportInterface () | |
| Default constructor. | |
| virtual | ~gzDistTransportInterface () |
| Destructor. | |
| virtual gzBool | open ()=0 |
| Open transport. | |
| virtual gzVoid | close ()=0 |
| Close transport. | |
| virtual gzBool | isOpen () const =0 |
| Check if transport is open. | |
| virtual gzBool | isConnected ()=0 |
| Check if transport is connected. | |
| virtual gzBool | send (const gzUByte *buffer, gzULong length)=0 |
| Send message. | |
| virtual gzInt | receive (gzUByte *buffer, gzULong length, gzULong timeout=0)=0 |
| Receive message. | |
Base class for distribution transports.
Definition at line 60 of file gzDistTransport.h.
|
||||||||||||
|
Send message.
Implemented in gzDistTransportUDP, gzDistTransportTCP, and gzDistTransportPipe. |
|
||||||||||||||||
|
Receive message.
Implemented in gzDistTransportUDP, gzDistTransportTCP, and gzDistTransportPipe. |