TCchServiceStatus Class Reference

class TCchServiceStatus

Class indicating the service status

cch

Public Member Functions
TCchServiceStatus()
IMPORT_C TIntError()
IMPORT_C voidSetError(TInt)
IMPORT_C voidSetState(TCCHSubserviceState)
IMPORT_C TCCHSubserviceStateState()
Private Attributes
TInt iError
TCCHSubserviceState iState

Constructor & Destructor Documentation

TCchServiceStatus()

IMPORT_CTCchServiceStatus()

Constructor.

Member Functions Documentation

Error()

IMPORT_C TIntError()const

Returns last known service error

SetError(TInt)

IMPORT_C voidSetError(TIntaError)

Sets the service error

Parameters

TInt aErrorError for the service

SetState(TCCHSubserviceState)

IMPORT_C voidSetState(TCCHSubserviceStateaState)

Sets the service state

Parameters

TCCHSubserviceState aStateState for the service

State()

IMPORT_C TCCHSubserviceStateState()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