TInet6HeaderHopByHop Class Reference

#include <ext_hdr.h>

class TInet6HeaderHopByHop

Detailed Description

IPv6 Hop-by-hop options header. DeprecatedBecause of the non-standard method naming and semantics. Use TInet6HeaderHBH instead.

Member Attribute Documentation

i

iAlign

TUint32 iAlign

Member Function Documentation

EndPtr ( )

TUint8 *EndPtr()[inline]

HeaderLength ( )

TInt HeaderLength()const [inline]

MaxHeaderLength ( )

TInt MaxHeaderLength()[static, inline]

MinHeaderLength ( )

TInt MinHeaderLength()[static, inline]

NextHeader ( )

TInt NextHeader()const [inline]

Returns: The length in 8-byte units! (non-standard, should be bytes!)

OptionDataLen ( )

TInt OptionDataLen()const [inline]

Returns: The data length of the first option

OptionType ( )

TInt OptionType()const [inline]

Returns: The type of the first option

SetHeaderLength ( TInt )

voidSetHeaderLength(TIntaLength)[inline]

SetNextHeader ( TInt )

voidSetNextHeader(TIntaNext)[inline]

SetOptionDataLen ( TInt )

voidSetOptionDataLen(TIntaLength)[inline]

Sets data length of the first option.

SetOptionType ( TInt )

voidSetOptionType(TIntaType)[inline]

Sets type of the first option.