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
enumTSendResult { 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 & aCommsBufChainthe comms buffer list to be sent.The buffer ownership is passed to the BCA

Member Enumerations Documentation

Enum TSendResult

Enumerators

ESendBlocked
ESendAccepted