#include <e32base.h>#include "concreteconnection.h"Go to the source code of this file.
Data Structures | |
| class | CNUDPConnection |
| NUDPConnection class adds nanoUDP functionalities to the concerete connection. More... | |
Variables | |
| const TInt | KNUDPHeaderSize = 5 |
| const TUint8 | KNUDPProtocolNumber = 0 |
| const TUint8 | KFirstFragment = 0x4 |
| const TUint8 | KLastFragment = 0x8 |
|
|
Definition at line 39 of file nudpconnection.h. Referenced by CNUDPConnection::SendL(). |
|
|
Definition at line 42 of file nudpconnection.h. Referenced by CNUDPConnection::SendL(). |
|
|
Definition at line 33 of file nudpconnection.h. Referenced by CNUDPConnection::CreateFrame(), and CNUDPConnection::SendL(). |
|
|
Definition at line 36 of file nudpconnection.h. |
1.3.5