TInet6HeaderUDP Class Reference

class TInet6HeaderUDP
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]

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)

void SetChecksum ( TInt aSum ) [inline]

Parameters

TInt aSum

SetDstPort(TUint)

void SetDstPort ( TUint aPort ) [inline]

Parameters

TUint aPort

SetLength(TInt)

void SetLength ( TInt aLength ) [inline]

Parameters

TInt aLength

SetSrcPort(TUint)

void SetSrcPort ( TUint aPort ) [inline]

Parameters

TUint aPort

SrcPort()

TUint SrcPort ( ) const [inline]

Member Data Documentation

TUint8 i

TUint8 i [private]