TInet6HeaderUDP Class Reference

#include <udp_hdr.h>

class TInet6HeaderUDP

Detailed Description

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 Function Documentation

Checksum ( )

TInt Checksum()const [inline]

DstPort ( )

TUint DstPort()const [inline]

EndPtr ( )

TUint8 *EndPtr()[inline]

HeaderLength ( )

TInt HeaderLength()const [inline]

Length ( )

TInt Length()const [inline]

MaxHeaderLength ( )

TInt MaxHeaderLength()[static, inline]

MinHeaderLength ( )

TInt MinHeaderLength()[static, inline]

SetChecksum ( TInt )

voidSetChecksum(TIntaSum)[inline]

SetDstPort ( TUint )

voidSetDstPort(TUintaPort)[inline]

SetLength ( TInt )

voidSetLength(TIntaLength)[inline]

SetSrcPort ( TUint )

voidSetSrcPort(TUintaPort)[inline]

SrcPort ( )

TUint SrcPort()const [inline]