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
void MhupoPowerChange ( TInt )

Member Functions Documentation

MhupoPowerChange(TInt)

void MhupoPowerChange ( TInt aError ) [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 aError Any error that occurred while monitoring power state.