TTranpConfig Class Reference

class TTranpConfig

Encapsulates configuration parameters for a session. CTranpSession

Public Member Functions
TTranpConfig()
~TTranpConfig()
IMPORT_C const TDesC8 &PrimaryMachine()
IMPORT_C const TDesC8 &SecondaryMachine()
IMPORT_C voidSetPrimaryMachine(const TDesC8 &)
IMPORT_C voidSetSecondaryMachine(const TDesC8 &)
Private Attributes
TBufC8< 8 >iPMID
TUint32 iPadding1
TUint32 iPadding2
TBufC8< 8 >iSMID

Constructor & Destructor Documentation

TTranpConfig()

IMPORT_CTTranpConfig()

Constructor

~TTranpConfig()

IMPORT_C~TTranpConfig()

Destructor

Member Functions Documentation

PrimaryMachine()

IMPORT_C const TDesC8 &PrimaryMachine()

Returns the primary machine Id

SecondaryMachine()

IMPORT_C const TDesC8 &SecondaryMachine()

Gets the secondary machine Id

SetPrimaryMachine(const TDesC8 &)

IMPORT_C voidSetPrimaryMachine(const TDesC8 &aPMID)

Sets the primary machine Id.

Parameters

const TDesC8 & aPMIDA byte sequence defining the primary machine Id

SetSecondaryMachine(const TDesC8 &)

IMPORT_C voidSetSecondaryMachine(const TDesC8 &aSMID)

Sets the secondary machine Id.

Parameters

const TDesC8 & aSMIDA byte sequence defining the secondary machine Id

Member Data Documentation

TBufC8< 8 > iPMID

TBufC8< 8 >iPMID[private]

TUint32 iPadding1

TUint32 iPadding1[private]

TUint32 iPadding2

TUint32 iPadding2[private]

TBufC8< 8 > iSMID

TBufC8< 8 >iSMID[private]