#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
| CSubConGenEventDataClientBase | ( | ) | [inline] | 
Empty CSubConGenEventDataClientBase constructor
| const TSockAddr & | GetDestAdress | ( | ) | const [inline] | 
Gets sub-connection's destination socket address.
Returns: Internet Access Point.
| TUint | GetIap | ( | ) | const [inline] | 
Gets sub-connection's Internet Access Point.
Returns: Internet Access Point.
| const TSockAddr & | GetSourceAdress | ( | ) | const [inline] | 
Gets sub-connection's source socket address.
Returns: Internet Access Point.
| 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.
| Parameter | Description | 
|---|---|
| aIap | Internet Access Point. | 
| void | SetSourceAddress | ( | const TSockAddr & | aSourceAddress | ) | [inline] | 
Sets sub-connection's source socket address.