#include <tranp.h>
Link against: irtranp.lib
| class TTranpConfig |
| Public Member Functions | |
|---|---|
| TTranpConfig() | |
| ~TTranpConfig() | |
| IMPORT_C const TDesC8 & | PrimaryMachine() |
| IMPORT_C const TDesC8 & | SecondaryMachine() |
| IMPORT_C void | SetPrimaryMachine(const TDesC8 &) |
| IMPORT_C void | SetSecondaryMachine(const TDesC8 &) |
| IMPORT_C const TDesC8 & | PrimaryMachine | ( | ) |
Returns the primary machine Id
| IMPORT_C const TDesC8 & | SecondaryMachine | ( | ) |
Gets the secondary machine Id
| IMPORT_C void | SetPrimaryMachine | ( | const TDesC8 & | aPMID | ) |
Sets the primary machine Id.
| Parameters | |
|---|---|
| aPMID | A byte sequence defining the primary machine Id |
| IMPORT_C void | SetSecondaryMachine | ( | const TDesC8 & | aSMID | ) |
Sets the secondary machine Id.
| Parameters | |
|---|---|
| aSMID | A byte sequence defining the secondary machine Id |