MHCTLUartPowerObserver Class Reference

class MHCTLUartPowerObserver

Interface for monitoring the power state of a UART device and receiving notification when the power state changes.

This interface can be implemented by any UART based HCTL implementations and should be used with the CHCTLUartPowerManager class.

Public Member Functions
voidMhupoPowerChange(TInt)

Member Functions Documentation

MhupoPowerChange(TInt)

voidMhupoPowerChange(TIntaError)[pure virtual]

Called when the power state of the UART device changes. If an error is returned then monitoring of the power state will have stopped and should be specifically re-started if required.

Parameters

TInt aErrorAny error that occurred while monitoring power state.