| class TInet6OptionBase |
IPv6 Option value header.
A basic class for handling Type-Length-Value (TLV) options.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- - - - - - - - -
| Option Type | Opt Data Len | Option Data
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- - - - - - - - -
Option Type 8-bit identifier of the type of option.
Opt Data Len 8-bit unsigned integer. Length of the Option
Data field of this option, in octets.
Option Data Variable-length field. Option-Type-specific
data.
Option values are used inside option headers (for example: Hop-by-Hop options and Destination options).| Public Member Functions | |
|---|---|
| TUint8 * | EndPtr() |
| TInt | HeaderLength() |
| TInt | MaxHeaderLength() |
| TInt | MinHeaderLength() |
| void | SetDataLen(TInt) |
| void | SetType(TInt) |
| TInt | Type() |
| Private Attributes | |
|---|---|
| TUint8 | i |
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.