telephonyprotocols/rawipnif/inc/RawIPFlow.h
branchRCL_3
changeset 7 fe8b59ab9fa0
parent 0 3553901f7fa8
child 19 630d2f34d719
equal deleted inserted replaced
6:fc69e1e37771 7:fe8b59ab9fa0
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   103 	// Notify that link is Up/Down
   103 	// Notify that link is Up/Down
   104 	void LinkLayerUp();
   104 	void LinkLayerUp();
   105 	void LinkLayerDown(TInt aError);
   105 	void LinkLayerDown(TInt aError);
   106 
   106 
   107 public:	// Send data to CBcaIoController
   107 public:	// Send data to CBcaIoController
   108 	TInt SendPacket(RMBufChain& aPdu, TAny* /*aSource=0*/,
   108 	ESock::MLowerDataSender::TSendResult SendPacket(RMBufChain& aPdu, TAny* /*aSource=0*/,
   109 		TUint16 /*aType=KIp4FrameType*/);
   109 		TUint16 /*aType=KIp4FrameType*/);
   110 
   110 
   111 public:	// Context status retrieval.
   111 public:	// Context status retrieval.
   112 	inline RPacketContext::TContextStatus GetContextStatus();
   112 	inline RPacketContext::TContextStatus GetContextStatus();
   113 
   113