CSendingServiceInfo Class Reference
#include
<mw/CSendingServiceInfo.h>
class CSendingServiceInfo : public CBase |
Detailed Description
Encapsulates the ECom plugged sending service data.
Member Enumeration Documentation
Enum TServiceFeatures
Enumerator | Value | Description |
---|
EServiceInValid | 1 | |
EServiceHidden | 2 | |
EServiceCanSendDirectly | 4 | |
ENotUsed3 | 8 | |
Constructor & Destructor Documentation
~CSendingServiceInfo ( )
IMPORT_C | ~CSendingServiceInfo | ( | ) | [virtual] |
Member Function Documentation
CopyLC ( )
Returns: A pointer to the new copy of the CSendingServiceInfo object.
NewL ( )
Returns: Pointer to object of CSendingServiceInfo.
NewLC ( )
Returns: Pointer to object of CSendingServiceInfo.
ServiceAddress ( )
IMPORT_C const TPtrC | ServiceAddress | ( | ) | const |
Returns service address.
- Since
- Series 60 3.0
Returns: Service address.
ServiceCapabilities ( )
Returns service sending capabilities.
- Since
- Series 60 3.0
Returns: Service sending capabilities.
ServiceFeatures ( )
IMPORT_C TInt | ServiceFeatures | ( | ) | const |
Returns service features.
- Since
- Series 60 3.2
Returns: Sending service features.
ServiceId ( )
IMPORT_C TUid | ServiceId | ( | ) | const |
Returns sending service id.
- Since
- Series 60 3.0
ServiceMenuName ( )
IMPORT_C const TPtrC | ServiceMenuName | ( | ) | const |
Returns service human readable name for the "Send"-menu.
- Since
- Series 60 3.0
Returns: Service human readable name for the "Send"-menu.
ServiceName ( )
IMPORT_C const TPtrC | ServiceName | ( | ) | const |
Returns service human readable name. Service name is used in editors "To"-field.
- Since
- Series 60 3.0
Returns: Service human readable name.
ServiceProviderId ( )
IMPORT_C TUid | ServiceProviderId | ( | ) | const |
Returns sending service provider id.
- Since
- Series 60 3.0
Returns: Service provider id.
SetServiceAddressL ( const TDesC & )
IMPORT_C void | SetServiceAddressL | ( | const TDesC & | aServiceAddress | ) | |
Set service address.
- Since
- Series 60 3.0
Parameter | Description | aServiceAddress | Service address. |
SetServiceCapabilities ( TSendingCapabilities )
Set service sending capabilities.
- Since
- Series 60 3.0
Parameter | Description | aServiceCapabilities | Service sending capabilities. |
SetServiceFeatures ( TInt )
IMPORT_C void | SetServiceFeatures | ( | TInt | aServiceFeatures | ) | |
Set sending service features
- Since
- Series 60 3.2
SetServiceId ( TUid )
IMPORT_C void | SetServiceId | ( | TUid | aServiceId | ) | |
Set sending service id.
- Since
- Series 60 3.0
Parameter | Description | aServiceId | Service id. |
SetServiceMenuNameL ( const TDesC & )
IMPORT_C void | SetServiceMenuNameL | ( | const TDesC & | aServiceMenuName | ) | |
Set service human readable name for the "Send"-menu.
- Since
- Series 60 3.0
Parameter | Description | aServiceMenuName | Service human readable name for the "Send"-menu. |
SetServiceNameL ( const TDesC & )
IMPORT_C void | SetServiceNameL | ( | const TDesC & | aServiceName | ) | |
Set service human readable name. Service name is used in editors "To"-field.
- Since
- Series 60 3.0
Parameter | Description | aServiceName | Service human readable name. |
SetServiceProviderId ( TUid )
IMPORT_C void | SetServiceProviderId | ( | TUid | aServiceProviderId | ) | |
Set sending service provider id.
- Since
- Series 60 3.0
Parameter | Description | aServiceProviderId | Service provider id. |
SetTechnologyTypeId ( TUid )
IMPORT_C void | SetTechnologyTypeId | ( | TUid | aTechnologyType | ) | |
Returns sending service technology type id.
- Since
- Series 60 3.2
TechnologyTypeId ( )
IMPORT_C TUid | TechnologyTypeId | ( | ) | const |
Returns sending service technology type id.
- Since
- Series 60 3.2