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()

virtual Datagram::User::~User ( )
inlinevirtual

Destructor should be virtual.

Definition at line 211 of file DatagramInterface.h.

211{}

The documentation for this class was generated from the following file:

All rights reserved © 2002 - 2024 Isode Ltd.