|
||
class CMMFUrlParams : public CBase;
Class to be used to configure a URL source or sink.
Contains a variable length string to represent the URL, and whether to use a specified Internet Access Point or use the default.
CBase
-
Base class for all classes to be instantiated on the heap.
CMMFUrlParams
-
Class to be used to configure a URL source or sink.
Defined in CMMFUrlParams
:
ExternalizeL(RWriteStream &)const
Externalize this object to a stream.ExternalizeToCBufFlatLC()const
Externalize this object into a newly created CBufFlat buffer.IAPId()const
Returns the Internet Access Point ID.NewL(const TDesC &,TInt)
Factory function to create a CMMFUrlParams object.NewLC(RReadStream &)
Factory function to create a CMMFUrlParams object by internalizing data from a s...NewLC(const TDesC &,TInt)
Factory function to create a CMMFUrlParams object.Url()const
Returns the URL string, for example http://www.symbian.com/clip/mpg.
UseIAPId()const
Signifies whether the IAP ID should be used. This is determined internally by co...Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...IMPORT_C static CMMFUrlParams* NewL(const TDesC &aUrl, TInt aIAPId=KUseDefaultIap);
Factory function to create a CMMFUrlParams object.
This method can leave with one of the standard system-wide error codes.
|
|
IMPORT_C static CMMFUrlParams* NewLC(const TDesC &aUrl, TInt aIAPId=KUseDefaultIap);
Factory function to create a CMMFUrlParams object.
This method can leave with one of the standard system-wide error codes.
|
|
IMPORT_C static CMMFUrlParams* NewLC(RReadStream &aStream);
Factory function to create a CMMFUrlParams object by internalizing data from a stream.
This method can leave with one of the standard system-wide error codes.
|
|
IMPORT_C void ExternalizeL(RWriteStream &aStream) const;
Externalize
this object to a stream.
This method can leave with one of the standard system-wide error codes.
|
IMPORT_C CBufFlat* ExternalizeToCBufFlatLC() const;
Externalize
this object into a newly created CBufFlat
buffer.
This method can leave with one of the standard system-wide error codes.
|
IMPORT_C const TDesC& Url() const;
Returns the URL string, for example http://www.symbian.com/clip/mpg.
|
IMPORT_C TInt IAPId() const;
Returns the Internet Access Point ID.
|
IMPORT_C TBool UseIAPId() const;
Signifies whether the IAP ID should be used. This is determined internally by comparing the IAP ID with KUseDefaultIap.
|