MUpnpCommandCallback Class Reference

class MUpnpCommandCallback

UpnpCommand callback interface definition.

Public Member Functions
voidCommandEvent(UpnpCommand::TUpnpCommandEvent, TInt)

Member Functions Documentation

CommandEvent(UpnpCommand::TUpnpCommandEvent, TInt)

voidCommandEvent(UpnpCommand::TUpnpCommandEventaEventType,
TIntaStatusCode
)[pure virtual]

Indicates a command execution event occurred. The event typically indicates command being completed.

Parameters

UpnpCommand::TUpnpCommandEvent aEventType(see upnpcommandcons.h) type of event occurred during command execution
TInt aStatusCode(TInt) Additional data, meaning of which depends on the event type.