Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: tranp.h
Link against: irtranp.lib

Class TTranpConfig

class TTranpConfig;

Description

Encapsulates configuration parameters for a session.

Members

Defined in TTranpConfig:
PrimaryMachine(), SecondaryMachine(), SetPrimaryMachine(), SetSecondaryMachine(), TTranpConfig(), ~TTranpConfig()

See also:


Construction and destruction


TTranpConfig()

IMPORT_C TTranpConfig();

Description

Constructor


~TTranpConfig()

IMPORT_C ~TTranpConfig();

Description

Destructor

[Top]


Member functions


SetPrimaryMachine()

IMPORT_C void SetPrimaryMachine(const TDesC8 &aPMID);

Description

Sets the primary machine Id.

Parameters

const TDesC8 &aPMID

A byte sequence defining the primary machine Id


SetSecondaryMachine()

IMPORT_C void SetSecondaryMachine(const TDesC8 &aSMID);

Description

Sets the secondary machine Id.

Parameters

const TDesC8 &aSMID

A byte sequence defining the secondary machine Id


PrimaryMachine()

IMPORT_C const TDesC8 &PrimaryMachine();

Description

Returns the primary machine Id

Return value

const TDesC8 &

A byte sequence defining the primary machine Id


SecondaryMachine()

IMPORT_C const TDesC8 &SecondaryMachine();

Description

Gets the secondary machine Id

Return value

const TDesC8 &

A byte sequence defining the secondary machine Id