TTranpConfig Class Reference
Link against: irtranp.lib
Detailed Description
Encapsulates configuration parameters for a session.
See also: CTranpSession
Constructor & Destructor Documentation
Member Function Documentation
PrimaryMachine ( )
IMPORT_C const TDesC8 & | PrimaryMachine | ( | ) | |
Returns the primary machine Id
Returns: A byte sequence defining the primary machine Id
SecondaryMachine ( )
IMPORT_C const TDesC8 & | SecondaryMachine | ( | ) | |
Gets the secondary machine Id
Returns: A byte sequence defining the secondary machine Id
SetPrimaryMachine ( const TDesC8 & )
IMPORT_C void | SetPrimaryMachine | ( | const TDesC8 & | aPMID | ) | |
Sets the primary machine Id.
Parameter | Description | aPMID | A byte sequence defining the primary machine Id |
SetSecondaryMachine ( const TDesC8 & )
IMPORT_C void | SetSecondaryMachine | ( | const TDesC8 & | aSMID | ) | |
Sets the secondary machine Id.
Parameter | Description | aSMID | A byte sequence defining the secondary machine Id |