MLtsyDispatchCallControlQueryIsEmergencyNumber Class Reference
class MLtsyDispatchCallControlQueryIsEmergencyNumber : public MLtsyDispatchInterface |
Inherits from
- MLtsyDispatchCallControlQueryIsEmergencyNumber
Member Functions Documentation
HandleQueryIsEmergencyNumberSyncL(const TDesC &, TBool &)
TInt
| HandleQueryIsEmergencyNumberSyncL | ( | const TDesC & | aNumber, |
| TBool & | aIsEmergencyNumber |
| ) | [pure virtual] |
The CTSY Dispatcher shall invoke this function on receiving the ECustomCheckEmergencyNumberIPC request from the CTSY.
It is a sync call where the output data arguments should be completed before returning.
Implementation of this interface should check whether the specified number is an emergency number and return the result back to the caller via the output parameter.
Parameters
const TDesC & aNumber | Input parameter. The phone number being queried to see if it is an emergency number or not. |
TBool & aIsEmergencyNumber | Output parameter used to indicate whether the aNumber parameter is an emergency number. ETrue if it is, EFalse otherwise. |
Member Data Documentation
const TInt KLtsyDispatchCallControlQueryIsEmergencyNumberApiId
const TInt | KLtsyDispatchCallControlQueryIsEmergencyNumberApiId | [static] |
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.