MUpnpCommandCallback Class Reference

class MUpnpCommandCallback

UpnpCommand callback interface definition.

Public Member Functions
void CommandEvent ( UpnpCommand::TUpnpCommandEvent , TInt )

Member Functions Documentation

CommandEvent(UpnpCommand::TUpnpCommandEvent, TInt)

void CommandEvent ( UpnpCommand::TUpnpCommandEvent aEventType,
TInt aStatusCode
) [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.