Datagram::User Class Referenceabstract
Virtual class defining interface to stream user. More...
#include <DatagramInterface.h>
Public Member Functions | |
| virtual | ~User () |
| Destructor should be virtual. | |
| virtual void | Deliver (DataIndication *data)=0 |
| Receive data read by provider. | |
| virtual void | Deliver (ReleaseBuf *release)=0 |
| Provider finished with write buffer. | |
| virtual void | Deliver (StatusIndication *error)=0 |
| Provider status. | |
Detailed Description
Virtual class defining interface to stream user.
Definition at line 207 of file DatagramInterface.h.
Constructor & Destructor Documentation
◆ ~User()
|
inlinevirtual |
The documentation for this class was generated from the following file: