TPacketType Class Reference

class TPacketType

Base class for all the V1 parameter types.

Public Member Functions
IMPORT_C TInt ExtensionId ()
Protected Member Functions
TPacketType ()
void ExternalizeL ( RWriteStream &)
void InternalizeL ( RReadStream &)
Protected Attributes
TInt iExtensionId

Constructor & Destructor Documentation

TPacketType()

TPacketType ( ) [protected]

Member Functions Documentation

ExtensionId()

IMPORT_C TInt ExtensionId ( ) const

This method returns the packet API extension number of the class

capability
None

ExternalizeL(RWriteStream &)

void ExternalizeL ( RWriteStream & aStream ) const [protected]

This method externalizes the packet type into a stream

Parameters

RWriteStream & aStream The write stream that will contain the packet type

InternalizeL(RReadStream &)

void InternalizeL ( RReadStream & aStream ) [protected]

This method internalizes the packet type from a stream

Parameters

RReadStream & aStream The read stream containing the packet type

Member Data Documentation

TInt iExtensionId

TInt iExtensionId [protected]