CCchServiceImpl Class Reference
class CCchServiceImpl : public CCchService |
Class for basic cch functionality, getting services
?good_class_usage_example(s)
cch
Public Member Functions |
---|
| ~CCchServiceImpl() |
TInt
| AddObserver(MCchServiceStatusObserver &) |
CCchImpl * | CchImpl() |
TInt
| Disable(TCCHSubserviceType) |
TInt
| Enable(TCCHSubserviceType) |
TInt
| Free(TCCHSubserviceType) |
TInt
| GetConnectionParameter(TCCHSubserviceType, TCchConnectionParameter, TInt &) |
TInt
| GetConnectionParameter(TCCHSubserviceType, TCchConnectionParameter, RBuf &) |
TInt
| GetStatus(TCCHSubserviceType, TCchServiceStatus &) |
TInt
| IsReserved(TCCHSubserviceType, TBool &) |
TInt
| IsSupported(TCCHSubserviceType, TBool &) |
CCchServiceImpl * | NewL(CCchImpl &, TInt, CCchUiPrivateApi &) |
CCchServiceImpl * | NewLC(CCchImpl &, TInt, CCchUiPrivateApi &) |
void | RemoveObserver() |
TInt
| RemoveObserver(MCchServiceStatusObserver &) |
TInt
| Reserve(TCCHSubserviceType) |
TInt
| ServiceId() |
TInt
| SetConnectionParameter(TCCHSubserviceType, TCchConnectionParameter, TInt) |
TInt
| SetConnectionParameter(TCCHSubserviceType, TCchConnectionParameter, const TDesC &) |
void | SetObserver(MCchServiceStatusObserver &) |
Constructor & Destructor Documentation
CCchServiceImpl(CCchImpl &, TInt, CCchUiPrivateApi &)
Member Functions Documentation
AddObserver(MCchServiceStatusObserver &)
Adds observer for listening service events
ConstructL()
void | ConstructL | ( | ) | [private] |
By default Symbian 2nd phase constructor is private.
Disable(TCCHSubserviceType)
Launches service disable. See CCchServiceObserver for status changes.
Enable(TCCHSubserviceType)
Launches service enable. See CCchServiceObserver for status changes.
Free(TCCHSubserviceType)
Frees the service of exclusive usage
GetConnectionParameter(TCCHSubserviceType, TCchConnectionParameter, TInt &)
Returns the connection parameters
GetConnectionParameter(TCCHSubserviceType, TCchConnectionParameter, RBuf &)
Returns the connection parameters
GetStatus(TCCHSubserviceType, TCchServiceStatus &)
Returns the current service state
IsReserved(TCCHSubserviceType, TBool &)
IsSupported(TCCHSubserviceType, TBool &)
Checks if the type is supported
NewL(CCchImpl &, TInt, CCchUiPrivateApi &)
NewLC(CCchImpl &, TInt, CCchUiPrivateApi &)
RemoveObserver()
void | RemoveObserver | ( | ) | [virtual] |
Do not use this anymore, change to RemoveObserver method with paramater
Removes the observer of service events
RemoveObserver(MCchServiceStatusObserver &)
Removes the observer of service events
Reserve(TCCHSubserviceType)
Reserves the service for exclusive usage
ServiceId()
TInt
| ServiceId | ( | ) | const [virtual] |
SetConnectionParameter(TCCHSubserviceType, TCchConnectionParameter, TInt)
Sets the connection parameters
SetConnectionParameter(TCCHSubserviceType, TCchConnectionParameter, const TDesC &)
Sets the connection parameters
SetObserver(MCchServiceStatusObserver &)
Do not use this anymore, change to AddObserver!
Adds observer for listening service events
Member Data Documentation
CCchServiceImplAsynchroniser * iAsynchroniser
CCchServiceImplAsynchroniser * | iAsynchroniser | [private] |
CCH server request handler
CCchImpl & iCch
cch service factory, not own
CCchUiPrivateApi & iCchUi
CCH connectivity UI handling private API
CCchClientObserver * iObserver
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.