TInet6HeaderHopByHop Class Reference
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
Member Function Documentation
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 )
void | SetHeaderLength | ( | TInt | aLength | ) | [inline] |
SetNextHeader ( TInt )
void | SetNextHeader | ( | TInt | aNext | ) | [inline] |
SetOptionDataLen ( TInt )
void | SetOptionDataLen | ( | TInt | aLength | ) | [inline] |
Sets data length of the first option.
SetOptionType ( TInt )
void | SetOptionType | ( | TInt | aType | ) | [inline] |
Sets type of the first option.