Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: tranp.h
Link against: irtranp.lib

Class TTranpConfig

TTranpConfig

Support

Supported from 6.0

Description

Encapsulates configuration parameters for a session.

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

See also:


Construction


TTranpConfig

TTranpConfig();

Description

Constructs the configuration parameters object. It sets the primary machine Id to the default value and sets the secondary machine Id to null.

[Top]


Primary machine Id


SetPrimaryMachine()

void SetPrimaryMachine(const TDesC8& aPMID);

Description

Sets the primary machine Id.

Parameters

const TDesC8& aPMID

A byte sequence defining the primary machine Id


PrimaryMachine()

const TDesC8& PrimaryMachine();

Description

Returns the primary machine Id

Return value

const TDesC8&

A byte sequence defining the primary machine Id

[Top]


Secondary machine Id


SetSecondaryMachine()

void SetSecondaryMachine(const TDesC8& aSMID);

Description

Sets the secondary machine Id.

Parameters

const TDesC8& aSMID

A byte sequence defining the secondary machine Id


SecondaryMachine()

const TDesC8& SecondaryMachine();

Description

Returns the secondary machine Id

Return value

const TDesC8&

A byte sequence defining the secondary machine Id