Location:
tranp.h
Link against: irtranp.lib
class TTranpConfig;
Encapsulates configuration parameters for a session.
Defined in TTranpConfig
:
PrimaryMachine()
, SecondaryMachine()
, SetPrimaryMachine()
, SetSecondaryMachine()
, TTranpConfig()
, ~TTranpConfig()
IMPORT_C void SetPrimaryMachine(const TDesC8 &aPMID);
Sets the primary machine Id.
|
IMPORT_C void SetSecondaryMachine(const TDesC8 &aSMID);
Sets the secondary machine Id.
|
IMPORT_C const TDesC8 &PrimaryMachine();
Returns the primary machine Id
|
IMPORT_C const TDesC8 &SecondaryMachine();
Gets the secondary machine Id
|