Data Structures | |
| struct | _AlpTelEmcEmergencyNumbers |
Defines | |
| #define | ALP_TEL_EMC_DIAL_MESSAGE ((ALP_TEL_EMC_SERVICE_ID << 8) | 0x0000) |
| #define | ALP_TEL_EMC_GET_EMERGENCY_NUMBERS_MESSAGE ((ALP_TEL_EMC_SERVICE_ID << 8) | 0x0001) |
| #define | ALP_TEL_EMC_IS_EMERGENCY_NUMBER_MESSAGE ((ALP_TEL_EMC_SERVICE_ID << 8) | 0x0002) |
| #define | ALP_TEL_EMC_MESSAGES_COUNT ((ALP_TEL_EMC_IS_EMERGENCY_NUMBER_MESSAGE & ALP_TEL_MESSAGE_MASK) + 1) |
| Total count of emergency calls service messages. | |
| #define | ALP_TEL_IS_EMC_DIAL_SUPPORTED(iAppId) alp_tel_is_function_supported(iAppId, ALP_TEL_EMC_DIAL_MESSAGE) |
| #define | ALP_TEL_IS_EMC_GET_EMERGENCY_NUMBERS_SUPPORTED(iAppId) alp_tel_is_function_supported(iAppId, ALP_TEL_EMC_GET_EMERGENCY_NUMBERS_MESSAGE) |
| #define | ALP_TEL_IS_EMC_IS_EMERGENCY_NUMBER_SUPPORTED(iAppId) alp_tel_is_function_supported(iAppId, ALP_TEL_EMC_IS_EMERGENCY_NUMBER_MESSAGE) |
Typedefs | |
| typedef _AlpTelEmcEmergencyNumbers | AlpTelEmcEmergencyNumbers |
Functions | |
| alp_status_t | alp_tel_emc_dial (AlpTelApplicationId iAppId, AlpTelSpcCall *ioCallP, AlpTelTransId *ioTransIdP) |
| alp_status_t | alp_tel_emc_get_emergency_numbers (AlpTelApplicationId iAppId, AlpTelEmcEmergencyNumbers *ioEmergencyNumbersP, AlpTelTransId *ioTransIdP) |
| alp_status_t | alp_tel_emc_is_emergency_number (AlpTelApplicationId iAppId, AlpTelNumber *iNumberP, AlpTelTransId *ioTransIdP) |
|
|
|
|
|
|
|
|
|
|
|
Total count of emergency calls service messages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Dial the emergency service.
|
|
||||||||||||||||
|
Retrieves the emergency numbers.
|
|
||||||||||||||||
|
Check if a phone number is an emergency number.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.