Location:
tranp.h
Link against: irtranp.lib
TTranpConfig
Supported from 6.0
Encapsulates configuration parameters for a session.
Defined in TTranpConfig
:
PrimaryMachine()
, SecondaryMachine()
, SetPrimaryMachine()
, SetSecondaryMachine()
, TTranpConfig
TTranpConfig();
Constructs the configuration parameters object. It sets the primary machine Id to the default value and sets the secondary machine Id to null.
void SetPrimaryMachine(const TDesC8& aPMID);
Sets the primary machine Id.
|
const TDesC8& PrimaryMachine();
Returns the primary machine Id
|
void SetSecondaryMachine(const TDesC8& aSMID);
Sets the secondary machine Id.
|
const TDesC8& SecondaryMachine();
Returns the secondary machine Id
|