BasebandChannelAdaptation2::MLowerDataSender Class Reference

class BasebandChannelAdaptation2::MLowerDataSender

The interface implemented by the lower component to accept data from the upper component

Public Member Functions
TSendResult Send ( RCommsBufChain &)
Public Member Enumerations
enum TSendResult { ESendBlocked , ESendAccepted }

Member Functions Documentation

Send(RCommsBufChain &)

TSendResult Send ( RCommsBufChain & aCommsBufChain ) [pure virtual]

Sends the specified buffer data down to the base-band. The implementer takes ownership of the buffer and is responsible for its deletion.

Parameters

RCommsBufChain & aCommsBufChain the comms buffer list to be sent.The buffer ownership is passed to the BCA

Member Enumerations Documentation

Enum TSendResult

Enumerators

ESendBlocked
ESendAccepted