|
||
class TTranpConfig;
Encapsulates configuration parameters for a session.
Defined in TTranpConfig
:
PrimaryMachine()
Returns the primary machine IdSecondaryMachine()
Gets the secondary machine IdSetPrimaryMachine(const TDesC8 &)
Sets the primary machine Id.SetSecondaryMachine(const TDesC8 &)
Sets the secondary machine Id.TTranpConfig()
Constructor ~TTranpConfig()
Destructor CTranpSession
Encapsulates the behaviour for sending a picture to a peer device and for receiv...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
|