class TIpHeader |
Public Member Functions | |
---|---|
TInt | MaxHeaderLength () |
TInt | MinHeaderLength () |
Public Attributes | |
---|---|
union TIpHeader::@36 | @37 |
TInet6HeaderIP4 | ip4 |
TInet6HeaderIP | ip6 |
TInt | MaxHeaderLength | ( | ) | [static, inline] |
Gets the maximum header length.
IPv6 header always shorter than maximum IPv4 header, thus returned value is for IPv4. This function is only defined because "header mapping" classes are expected to have it.
TInt | MinHeaderLength | ( | ) | [static, inline] |
Gets the minimum header length.
IPv6 header is longer than minimum IPv4 header, thus returned value is for IPv4. This function only defined because it is required when this class is used as template parameter in TInet6Packet .
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.