Public Member Functions | |
TTaskManagerConnInfo () | |
void | SetServerAddress (const TDesC &aAddress) |
TBufC< KMaxServerNameLength > | ServerAddress () const |
void | SetPort (const TInt aPort) |
const TInt | Port () const |
void | SetUsername (const TDesC &aUsername) |
TBufC< KMaxUsernameLength > | Username () const |
void | SetPassword (const TDesC &aPassword) |
TBufC< KMaxPasswordLength > | Password () const |
void | SetIap (const TUint32 &aId) |
TUint32 | Iap () const |
void | ExternalizeL (RWriteStream &aStream) const |
void | InternalizeL (RReadStream &aStream) |
A class for holding connections settings.
Definition at line 47 of file TaskManagerConnInfo.h.
TTaskManagerConnInfo::TTaskManagerConnInfo | ( | ) |
Constructor
Definition at line 41 of file TaskManagerConnInfo.cpp.
void TTaskManagerConnInfo::ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Saves connections setting to the stream.
aStream | the stream where data is written. |
Definition at line 163 of file TaskManagerConnInfo.cpp.
void TTaskManagerConnInfo::InternalizeL | ( | RReadStream & | aStream | ) |
Reads the connections settings from the stream.
aStream | the stream where the data is read from. |
Definition at line 176 of file TaskManagerConnInfo.cpp.