TInet6HeaderUDP Class Reference
UDP Header format.
User Datagram Header Format
Extract from RFC-768
0 7 8 15 16 23 24 31
+--------+--------+--------+--------+
| Source | Destination |
| Port | Port |
+--------+--------+--------+--------+
| | |
| Length | Checksum |
+--------+--------+--------+--------+
|
| data octets ...
+---------------- ...
Member Functions Documentation
Checksum()
TInt
| Checksum | ( | ) | const [inline] |
DstPort()
TUint
| DstPort | ( | ) | const [inline] |
HeaderLength()
TInt
| HeaderLength | ( | ) | const [inline] |
Length()
TInt
| Length | ( | ) | const [inline] |
MaxHeaderLength()
TInt
| MaxHeaderLength | ( | ) | [static, inline] |
MinHeaderLength()
TInt
| MinHeaderLength | ( | ) | [static, inline] |
SetChecksum(TInt)
void | SetChecksum | ( | TInt | aSum | ) | [inline] |
SetDstPort(TUint)
void | SetDstPort | ( | TUint | aPort | ) | [inline] |
SetLength(TInt)
void | SetLength | ( | TInt | aLength | ) | [inline] |
SetSrcPort(TUint)
void | SetSrcPort | ( | TUint | aPort | ) | [inline] |
SrcPort()
TUint
| SrcPort | ( | ) | const [inline] |
Member Data Documentation
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.