Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ECam.h>
Link against: ecam.lib

Class CCameraStatusWatch

class CCameraStatusWatch : public CActive;

Description

An active object class implemented by Symbian and used to subscribe for the updates in the Properties, retrieve the Properties and forward the notification to the client.

Note: Serialized part of the ECam implementation is assumed to define the Properties and publish them whenever there is change in the reserve status.

Derivation

Members

Defined in CCameraStatusWatch:

Inherited from CActive:

Inherited from CBase:


Member functions


RunL()

private: virtual void RunL();

Description

Re-issues the subscription notice. Checks the updated value of the Property and notifies the client via MReserveObserver.

Note: Serialized part of the ECam implementation is assumed to define the Properties and publish them whenever there is change in the reserve status.


DoCancel()

private: virtual void DoCancel();

Description

Cancels any outstanding subscription.