#include <cs_subconevents.h>
class CSubConGenEventDataClientBase : public CSubConNotificationEvent |
Protected Attributes | |
---|---|
TSockAddr | iDestAddress |
TUint | iIap |
DATA_VTABLE TSockAddr | iSourceAddress |
Public Member Functions | |
---|---|
CSubConGenEventDataClientBase() | |
virtual | ~CSubConGenEventDataClientBase() |
const TSockAddr & | GetDestAdress() |
TUint | GetIap() |
const TSockAddr & | GetSourceAdress() |
void | SetDestAddress(const TSockAddr &) |
void | SetIap(TUint) |
void | SetSourceAddress(const TSockAddr &) |
Provides interface for source and destination end points of the data client along with IAP of the connection.
It is a base class for CSubConGenEventDataClientJoined & CSubConGenEventDataClientLeft
The following operations are also provided:
GetIap()/SetIap() - Accessor functions for Internet Access Point. GetSourceAdress()/SetSourceAdress() - Accessor functions for source end points. GetDestAdress()/SetDestAdress() - Accessor functions for destination end points.
since v9.1
TSockAddr | iDestAddress | [protected] |
TUint | iIap | [protected] |
DATA_VTABLE TSockAddr | iSourceAddress | [protected] |
CSubConGenEventDataClientBase | ( | ) | [inline] |
Empty CSubConGenEventDataClientBase constructor
~CSubConGenEventDataClientBase | ( | ) | [virtual] |
const TSockAddr & | GetDestAdress | ( | ) | const [inline] |
Gets sub-connection's destination socket address.
TUint | GetIap | ( | ) | const [inline] |
Gets sub-connection's Internet Access Point.
const TSockAddr & | GetSourceAdress | ( | ) | const [inline] |
Gets sub-connection's source socket address.
void | SetDestAddress | ( | const TSockAddr & | aDestAddress | ) | [inline] |
Sets sub-connection's destination socket address.
void | SetIap | ( | TUint | aIap | ) | [inline] |
Sets sub-connection's Internet Access Point.
Parameters | |
---|---|
aIap | Internet Access Point. |
void | SetSourceAddress | ( | const TSockAddr & | aSourceAddress | ) | [inline] |
Sets sub-connection's source socket address.