TCchServiceStatus Class Reference

class TCchServiceStatus

Class indicating the service status

cch

Public Member Functions
TCchServiceStatus ()
IMPORT_C TInt Error ()
IMPORT_C void SetError ( TInt )
IMPORT_C void SetState ( TCCHSubserviceState )
IMPORT_C TCCHSubserviceState State ()
Private Attributes
TInt iError
TCCHSubserviceState iState

Constructor & Destructor Documentation

TCchServiceStatus()

IMPORT_C TCchServiceStatus ( )

Constructor.

Member Functions Documentation

Error()

IMPORT_C TInt Error ( ) const

Returns last known service error

SetError(TInt)

IMPORT_C void SetError ( TInt aError )

Sets the service error

Parameters

TInt aError Error for the service

SetState(TCCHSubserviceState)

IMPORT_C void SetState ( TCCHSubserviceState aState )

Sets the service state

Parameters

TCCHSubserviceState aState State for the service

State()

IMPORT_C TCCHSubserviceState State ( ) const

Returns the service state

Member Data Documentation

TInt iError

TInt iError [private]

The error of the service

TCCHSubserviceState iState

TCCHSubserviceState iState [private]

The state of the service