CUpnpRunSetupCommand Class Reference

class CUpnpRunSetupCommand : public CBase

Inherits from

Constructor & Destructor Documentation

CUpnpRunSetupCommand()

CUpnpRunSetupCommand ( ) [private]

Constructor

Since
S60 3.2

~CUpnpRunSetupCommand()

~CUpnpRunSetupCommand ( ) [virtual]

Destructor.

Since
S60 3.2

Member Functions Documentation

ConstructL()

void ConstructL ( ) [private]

Second phase constructor

Since
S60 3.2

IsAvailableL()

IMPORT_C TBool IsAvailableL ( ) [static]

Returns the availability information of the command.

Since
S60 3.2

NewL()

IMPORT_C CUpnpRunSetupCommand * NewL ( ) [static]

Creates a new UpnpCommand for running the Upnp Fw setup wizard. Does not instantiate Upnp Framework services yet at this point.

Leaves with KErrNotReady if Upnp dedicated IAP is not set, or with using standard e32err.h error code if construction fails.

Since
S60 3.2

RunSetupL()

IMPORT_C void RunSetupL ( )

Allocates Upnp Framework resources, and starts up the Upnp Fw's setup wizard.

Leaves if the operation fails. Standard system wide (e32err.h) error codes will be used.

Since
S60 3.2

Member Data Documentation

CUpnpCommand * iCommand

CUpnpCommand * iCommand [private]