conn::CSBSIDTransferType Class Reference

class conn::CSBSIDTransferType : public conn::CSBGenericTransferType

SID Transfer type is used to identify data associated with a particular SID

Byte Structure

All child classes have their data following on from the parent classes so that the parent classes may remain atomic with respect to the structure of their data. The binary structure of this data type inside the descriptor buffer is as follows. Note that the endianness of the data types specified below is determined by the platform and the PC must pack accordingly:

TSBDerivedType [4-bytes]

TDriveNumber [4-bytes]

TSecureId [4-bytes]

TTransferDataType [4-bytes]

SID Transfer type is used to identify data associated with a particular SID

Byte Structure

All child classes have their data following on from the parent classes so that the parent classes may remain atomic with respect to the structure of their data. The binary structure of this data type inside the descriptor buffer is as follows. Note that the endianness of the data types specified below is determined by the platform and the PC must pack accordingly:

TSBDerivedType [4-bytes]

TDriveNumber [4-bytes]

TSecureId [4-bytes]

TTransferDataType [4-bytes]

Public Member Functions
~CSBSIDTransferType()
IMPORT_C TTransferDataTypeDataTypeL()
IMPORT_C CSBSIDTransferType *NewL(TSecureId, TDriveNumber, TTransferDataType)
IMPORT_C TSecureIdSecureIdL()
Protected Member Functions
voidInitialiseL(TInt &)
Private Member Functions
CSBSIDTransferType()
voidConstructL(TSecureId, TDriveNumber, TTransferDataType)
voidConstructL(CSBGenericTransferType *)
Inherited Functions
CBase::CBase()
CBase::Delete(CBase *)
CBase::Extension_(TUint,TAny *&,TAny *)
CBase::operator new(TUint)
CBase::operator new(TUint,TAny *)
CBase::operator new(TUint,TLeave)
CBase::operator new(TUint,TLeave,TUint)
CBase::operator new(TUint,TUint)
CBase::~CBase()
conn::CSBGenericDataType::BaseConstructL()
conn::CSBGenericDataType::CSBGenericDataType()
conn::CSBGenericDataType::ConstructL(const TDesC8 &)
conn::CSBGenericDataType::DerivedTypeL()const
conn::CSBGenericDataType::Externalise()const
conn::CSBGenericDataType::PackDescriptorTypeAdvance(const TDesC16 &,TInt &)
conn::CSBGenericDataType::PackDescriptorTypeAdvance(const TDesC8 &,TInt &)
conn::CSBGenericDataType::UnpackDescriptorTypeAdvance(TDesC16 &,TInt &)
conn::CSBGenericDataType::UnpackDescriptorTypeAdvance(TDesC8 &,TInt &)
conn::CSBGenericDataType::UnpackTPtrAdvance(TPtrC16 &,TInt &)
conn::CSBGenericDataType::UnpackTPtrAdvance(TPtrC8 &,TInt &)
conn::CSBGenericDataType::~CSBGenericDataType()
conn::CSBGenericTransferType::CSBGenericTransferType()
conn::CSBGenericTransferType::DriveNumberL()const
conn::CSBGenericTransferType::NewL(const TDesC8 &)
conn::CSBGenericTransferType::~CSBGenericTransferType()
Private Attributes
TInt iSecureIdOffset
TInt iTransferDataTypeOffset
Inherited Attributes
conn::CSBGenericDataType::iDataBuffer
conn::CSBGenericDataType::iDerivedTypeOffset
conn::CSBGenericDataType::iSize
conn::CSBGenericTransferType::iDriveNumberOffset

Constructor & Destructor Documentation

CSBSIDTransferType()

CSBSIDTransferType()[private]

C++ Constructor. Any derived types must increment iSize in their C++ constructors in order that when CSBGenericDataType::BaseConstructL() is called, the data buffer is initialised to be large enough to accomodate the data stored by the derived type

~CSBSIDTransferType()

IMPORT_C~CSBSIDTransferType()

C++ Destructor

Member Functions Documentation

ConstructL(TSecureId, TDriveNumber, TTransferDataType)

voidConstructL(TSecureIdaSecureId,
TDriveNumberaDriveNumber,
TTransferDataTypeaTransferDataType
)[private]

Symbian OS 2nd phase constructor.

Parameters

TSecureId aSecureIdthe secure identifier
TDriveNumber aDriveNumberthe drive that contains the data
TTransferDataType aTransferDataTypethe type of the data you wish to transfer

ConstructL(CSBGenericTransferType *)

voidConstructL(CSBGenericTransferType *aGenericTransferType)[private]

Parameters

CSBGenericTransferType * aGenericTransferType

DataTypeL()

IMPORT_C TTransferDataTypeDataTypeL()const

InitialiseL(TInt &)

voidInitialiseL(TInt &aOffset)[protected, virtual]

Initialise all member pointers to data

Parameters

TInt & aOffsetThe running offset of where the descriptor has been parsed up to

NewL(TSecureId, TDriveNumber, TTransferDataType)

IMPORT_C CSBSIDTransferType *NewL(TSecureIdaSecureId,
TDriveNumberaDriveNumber,
TTransferDataTypeaTransferDataType
)[static]

Symbian constructor used for creating a derived class from it's constituent parameters. Used for example when creating a derived type from scratch

Parameters

TSecureId aSecureIdthe secure identifier
TDriveNumber aDriveNumberthe drive that contains the data
TTransferDataType aTransferDataTypethe type of the data you wish to transfer

SecureIdL()

IMPORT_C TSecureIdSecureIdL()const

Member Data Documentation

TInt iSecureIdOffset

TInt iSecureIdOffset[private]

the secure identifier

TInt iTransferDataTypeOffset

TInt iTransferDataTypeOffset[private]

the transfer data type