class RPacketContext::TPcoId : public MTlvItemIdType |
Helper class that implements PCO IE identifier.
Public Member Functions | |
---|---|
TPcoId () | |
TPcoId ( TUint16 ) | |
void | ExternalizeL ( TDes8 &) |
TUint16 | Id () |
void | InternalizeL ( TDesC8 &) |
TBool | IsEqual (const MTlvItemIdType &) |
TUint | SerializedLength () |
void | SetId ( TUint16 ) |
Protected Attributes | |
---|---|
TUint16 | iId |
TPcoId | ( | TUint16 | aId | ) | [inline] |
Constructor that initialises Id by provoded value.
TUint16 aId | Id ofIE identifier. |
void | ExternalizeL | ( | TDes8 & | ) | const [inline, virtual] |
Serialise to the descriptor provided
Converts internally stored little-endian data to big-endian encoded data as specified in 3GPP TS 24.008, table 10.5.154.
TDes8 & | On completion contains serialized PCO item identifier. |
void | InternalizeL | ( | TDesC8 & | ) | [inline, virtual] |
Internalize data from the buffer provided.
Converts internally stored little-endian data to big-endian encoded data as specified in 3GPP TS 24.008, table 10.5.154.
TDesC8 & | Buffer containing PCO item Id to be internalized. |
TBool | IsEqual | ( | const MTlvItemIdType & | aOtherIdType | ) | const [inline, virtual] |
Compares whether the PCO Id of other PCoId is the same.
const MTlvItemIdType & aOtherIdType |
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.