TPppExtraRecvr Class Reference
class TPppExtraRecvr : public MPppRecvr |
Adds extra PPP Recv channels to a class T
Constructor & Destructor Documentation
TPppExtraRecvr(T *, void(T::*)(RMBufChain &), void(T::*)(), CPppLcp *, TPppPhase, TUint, void(T::*)(), void(T::*)())
TPppExtraRecvr | ( | T * | aClass, |
| void(T::*)(RMBufChain &) | aRecvFn, |
| void(T::*)() | aFlowFn, |
| CPppLcp * | aLcp, |
| TPppPhase | aPhase, |
| TUint | aId, |
| void(T::*)() | aFrameErrFn, |
| void(T::*)() | aKillFn |
| ) | [inline] |
Member Functions Documentation
FlowOn()
void | FlowOn | ( | ) | [inline, virtual] |
FrameError()
void | FrameError | ( | ) | [inline, virtual] |
Notifies that a CRC error has been detected in the data link frame that has been received.
KillProtocol()
void | KillProtocol | ( | ) | [inline, virtual] |
Deactivates this receiver object, preventing any processing of the data link frames being received.
RecvFrame(RMBufChain &)
Delivers a data link frame to this receiver for processing.
Parameters
RMBufChain & aPacket | [in] A reference to the RMBufChain object containing the data link frame. |
Member Data Documentation
void(T::* iFlowFn
void(T::* | iFlowFn | [private] |
void(T::* iFrameErrFn
void(T::* | iFrameErrFn | [private] |
void(T::* iKillFn
void(T::* | iKillFn | [private] |
void(T::* iRecvFn
void(T::* | iRecvFn | [private] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.