Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <remconinterfaceselector.h>

Enum anonymous

n/a

Description

ERemConIfSelBadMessageType

The client has given a bad message type.

ERemConIfSelTargetSessionAlreadyExists

The client has already called OpenTargetL successfully.

This is no longer an illegal condition and so the panic will never be raised.

ERemConIfSelControllerSessionAlreadyExists

The client has already called OpenControllerL successfully.

This is no longer an illegal condition and so the panic will never be raised.

ERemConIfSelInterfaceOfThatTypeAlreadyRegistered

The client has created (and registered) an outer layer interface of a type which is already registered.

ERemConIfSelInternalError

The client has not offended- there is a defect in some layer of the Remote Control system.

ERemConIfSelTardyInterfaceRegistration

An outer-layer interface has been instantiated (and registered with the intermediate layer) after OpenControllerL or OpenTargetL has been successfully called.

ERemConIfSelNoControllerSession

OpenControllerL has not successfully been called before using an API which expects a controller session to have been created.

ERemConIfSelNoTargetSession

OpenTargetL has not successfully been called before using an API which expects a target session to have been created.

ERemConIfSelNoSession

Neither OpenControllerL not OpenTargetL has been successfully called before using an API which expects either a controller or a target session to have been created.

ERemConIfSelUndefinedClientType

An outer layer DLL has instantiated CRemConInterfaceBase with an illegal client type.

ERemConIfSelNoInterfaceImplementation

An implementation of CRemConInterfaceBase::GetInterface does not provide an implementation of MRemConInterfaceIf.