Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <tranp.h>
Link against: irtranp.lib

Class TTranpConfig

class TTranpConfig;

Description

Encapsulates configuration parameters for a session.

Members

Defined in TTranpConfig:

See also:


Construction and destruction


TTranpConfig()

IMPORT_C TTranpConfig();

Description

Constructor


~TTranpConfig()

IMPORT_C ~TTranpConfig();

Description

Destructor

[Top]


Member functions


SetPrimaryMachine(const TDesC8 &)

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(const TDesC8 &)

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