TPacketType Class Reference

class TPacketType

Base class for all the V1 parameter types.

Public Member Functions
IMPORT_C TIntExtensionId()
Protected Member Functions
TPacketType()
voidExternalizeL(RWriteStream &)
voidInternalizeL(RReadStream &)
Protected Attributes
TInt iExtensionId

Constructor & Destructor Documentation

TPacketType()

TPacketType()[protected]

Member Functions Documentation

ExtensionId()

IMPORT_C TIntExtensionId()const

This method returns the packet API extension number of the class

capability
None

ExternalizeL(RWriteStream &)

voidExternalizeL(RWriteStream &aStream)const [protected]

This method externalizes the packet type into a stream

Parameters

RWriteStream & aStreamThe write stream that will contain the packet type

InternalizeL(RReadStream &)

voidInternalizeL(RReadStream &aStream)[protected]

This method internalizes the packet type from a stream

Parameters

RReadStream & aStreamThe read stream containing the packet type

Member Data Documentation

TInt iExtensionId

TInt iExtensionId[protected]