MHWRMExtendedLightObserver Class Reference

class MHWRMExtendedLightObserver

An interface the developer implements for handling notification events from the HWRM server.

Member Functions Documentation

LightStatusChanged(TInt, CHWRMExtendedLight::TLightStatus)

voidLightStatusChanged(TIntaTarget,
CHWRMExtendedLight::TLightStatusaStatus
)[pure virtual]

Called when the device light status changes. Note that if the light status for certain target changes very rapidly, some state transitions might be missed. It is however guaranteed that latest state is always obtained.

CHWRMExtendedLight::TLightTarget CHWRMExtendedLight::TLightStatus

Parameters

TInt aTargetIndicates target(s) the new status applies to.
CHWRMExtendedLight::TLightStatus aStatusIndicates light request status.