include/alp/telephony.h File Reference


Detailed Description

Public header file for the Telephony Mgr API.

#include <alp/types.h>
#include <alp/sysclass.h>
#include <alp/telephony_values.h>
#include <alp/telephony_types.h>

Go to the source code of this file.

Defines

#define ALP_TEL_IS_CANCEL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CANCEL_MESSAGE)
#define ALP_TEL_IS_CARD_GET_ATR_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CARD_GET_ATR_MESSAGE)
#define ALP_TEL_IS_CARD_GET_CALL_CONTROL_PARAMETERS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CARD_GET_CALL_CONTROL_PARAMETERS_MESSAGE)
#define ALP_TEL_IS_CARD_GET_FILE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CARD_GET_FILE_MESSAGE)
#define ALP_TEL_IS_CARD_GET_READER_STATUS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CARD_GET_READER_STATUS_MESSAGE)
#define ALP_TEL_IS_CARD_SEND_COMMAND_APDU_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CARD_SEND_COMMAND_APDU_MESSAGE)
#define ALP_TEL_IS_CARD_SERVICE_AVAILABLE(iAppId)   alp_tel_is_service_available(iAppId, ALP_TEL_CARD_SERVICE_ID)
#define ALP_TEL_IS_CARD_SET_POWER_STATE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CARD_SET_POWER_STATE_MESSAGE)
#define ALP_TEL_IS_CAT_CALL_ACTION_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CAT_CALL_ACTION_MESSAGE)
#define ALP_TEL_IS_CAT_GET_CMD_PARAMETERS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CAT_GET_CMD_PARAMETERS_MESSAGE)
#define ALP_TEL_IS_CAT_GET_CONFIG_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CAT_GET_CONFIG_MESSAGE)
#define ALP_TEL_IS_CAT_MENU_SELECTION_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CAT_MENU_SELECTION_MESSAGE)
#define ALP_TEL_IS_CAT_NOTIFY_CARD_OF_EVENT_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CAT_NOTIFY_CARD_OF_EVENT_MESSAGE)
#define ALP_TEL_IS_CAT_SEND_DTMF_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CAT_SEND_DTMF_MESSAGE)
#define ALP_TEL_IS_CAT_SEND_SMS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CAT_SEND_SMS_MESSAGE)
#define ALP_TEL_IS_CAT_SEND_SS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CAT_SEND_SS_MESSAGE)
#define ALP_TEL_IS_CAT_SEND_USSD_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CAT_SEND_USSD_MESSAGE)
#define ALP_TEL_IS_CAT_SERVICE_AVAILABLE(iAppId)   alp_tel_is_service_available(iAppId, ALP_TEL_CAT_SERVICE_ID)
#define ALP_TEL_IS_CAT_SET_CMD_RESPONSE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CAT_SET_CMD_RESPONSE_MESSAGE)
#define ALP_TEL_IS_CAT_SET_CONFIG_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CAT_SET_CONFIG_MESSAGE)
#define ALP_TEL_IS_CAT_SETUP_CALL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CAT_SETUP_CALL_MESSAGE)
#define ALP_TEL_IS_CAT_SETUP_EVENT_LIST_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CAT_SETUP_EVENT_LIST_MESSAGE)
#define ALP_TEL_IS_CAT_TERMINATE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CAT_TERMINATE_MESSAGE)
#define ALP_TEL_IS_CFG_ALS_GET_PHONE_NUMBER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_ALS_GET_PHONE_NUMBER_MESSAGE)
#define ALP_TEL_IS_CFG_ALS_GET_VOICE_MAIL_NUMBER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_ALS_GET_VOICEMAIL_NUMBER_MESSAGE)
#define ALP_TEL_IS_CFG_ALS_SET_PHONE_NUMBER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_ALS_SET_PHONE_NUMBER_MESSAGE)
#define ALP_TEL_IS_CFG_ALS_SET_VOICE_MAIL_NUMBER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_ALS_SET_VOICEMAIL_NUMBER_MESSAGE)
#define ALP_TEL_IS_CFG_GET_ALERT_SOUND_MODE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_ALERT_SOUND_MODE_MESSAGE)
#define ALP_TEL_IS_CFG_GET_CALL_DIVERTED_FLAG_STATUS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_CALL_DIVERTED_FLAG_MESSAGE)
#define ALP_TEL_IS_CFG_GET_CALL_FORWARDING_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_CALL_FORWARDING_MESSAGE)
#define ALP_TEL_IS_CFG_GET_CALL_ID_RESTRICTION_STATUS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_CALLID_RESTRICTION_STATUS_MESSAGE)
#define ALP_TEL_IS_CFG_GET_CALL_WAITING_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_CALL_WAITING_MESSAGE)
#define ALP_TEL_IS_CFG_GET_CPHS_SUPPORT_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_CPHS_SUPPORT_MESSAGE)
#define ALP_TEL_IS_CFG_GET_LOUDSPEAKER_VOLUME_LEVEL_RANGE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_LOUDSPEAKER_VOLUME_LEVEL_RANGE_MESSAGE)
#define ALP_TEL_IS_CFG_GET_LOUDSPEAKER_VOLUME_LEVEL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_LOUDSPEAKER_VOLUME_LEVEL_MESSAGE)
#define ALP_TEL_IS_CFG_GET_PHONE_CLOCK_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_SET_PHONE_CLOCK_MESSAGE)
#define ALP_TEL_IS_CFG_GET_PHONE_NUMBER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_PHONE_NUMBER_MESSAGE)
#define ALP_TEL_IS_CFG_GET_PREFERRED_LANGUAGES_FROM_CARD_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_PREFERRED_LANGUAGES_FROM_CARD_MESSAGE)
#define ALP_TEL_IS_CFG_GET_RINGER_SOUND_LEVEL_RANGE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_RINGER_SOUND_LEVEL_RANGE_MESSAGE)
#define ALP_TEL_IS_CFG_GET_RINGER_SOUND_LEVEL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_RINGER_SOUND_LEVEL_MESSAGE)
#define ALP_TEL_IS_CFG_GET_SMS_CENTER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_SMS_CENTER_MESSAGE)
#define ALP_TEL_IS_CFG_GET_VIBRATOR_MODE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_VIBRATOR_MODE_MESSAGE)
#define ALP_TEL_IS_CFG_GET_VOICE_MAIL_NUMBER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_VOICEMAIL_NUMBER_MESSAGE)
#define ALP_TEL_IS_CFG_SERVICE_AVAILABLE(iAppId)   alp_tel_is_service_available(iAppId, ALP_TEL_CFG_SERVICE_ID)
#define ALP_TEL_IS_CFG_SET_ALERT_SOUND_MODE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_SET_ALERT_SOUND_MODE_MESSAGE)
#define ALP_TEL_IS_CFG_SET_CALL_FORWARDING_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_SET_CALL_FORWARDING_MESSAGE)
#define ALP_TEL_IS_CFG_SET_CALL_ID_RESTRICTION_STATUS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_SET_CALLID_RESTRICTION_STATUS_MESSAGE)
#define ALP_TEL_IS_CFG_SET_CALL_WAITING_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_SET_CALL_WAITING_MESSAGE)
#define ALP_TEL_IS_CFG_SET_LOUDSPEAKER_VOLUME_LEVEL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_SET_LOUDSPEAKER_VOLUME_LEVEL_MESSAGE)
#define ALP_TEL_IS_CFG_SET_PHONE_CLOCK_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_GET_PHONE_CLOCK_MESSAGE)
#define ALP_TEL_IS_CFG_SET_PHONE_NUMBER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_SET_PHONE_NUMBER_MESSAGE)
#define ALP_TEL_IS_CFG_SET_RINGER_SOUND_LEVEL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_SET_RINGER_SOUND_LEVEL_MESSAGE)
#define ALP_TEL_IS_CFG_SET_SMS_CENTER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_SET_SMS_CENTER_MESSAGE)
#define ALP_TEL_IS_CFG_SET_VIBRATOR_MODE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_SET_VIBRATOR_MODE_MESSAGE)
#define ALP_TEL_IS_CFG_SET_VOICE_MAIL_NUMBER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_CFG_SET_VOICEMAIL_NUMBER_MESSAGE)
#define ALP_TEL_IS_CNC_SERVICE_AVAILABLE(iAppId)   alp_tel_is_service_available(iAppId, ALP_TEL_CNC_SERVICE_ID)
#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)
#define ALP_TEL_IS_EMC_SERVICE_AVAILABLE(iAppId)   alp_tel_is_service_available(iAppId, ALP_TEL_EMC_SERVICE_ID)
#define ALP_TEL_IS_INF_GET_ACCUMULATED_CALL_METER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_INF_GET_ACCUMULATED_CALL_METER_MESSAGE)
#define ALP_TEL_IS_INF_GET_CALLS_DURATION_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_INF_GET_CALLS_DURATION_MESSAGE)
#define ALP_TEL_IS_INF_GET_CALLS_LIST_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_INF_GET_CALLS_LIST_MESSAGE)
#define ALP_TEL_IS_INF_GET_CURRENT_CALL_METER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_INF_GET_CURRENT_CALL_METER_MESSAGE)
#define ALP_TEL_IS_INF_GET_IDENTIFICATION_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_INF_GET_IDENTIFICATION_MESSAGE)
#define ALP_TEL_IS_INF_GET_MAX_ACCUMULATED_CALL_METER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_INF_GET_MAX_ACCUMULATED_CALL_METER_MESSAGE)
#define ALP_TEL_IS_INF_GET_PRICE_PER_UNIT_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_INF_GET_PRICE_PER_UNIT_MESSAGE)
#define ALP_TEL_IS_INF_RESET_ACCUMULATED_CALL_METER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_INF_RESET_ACCUMULATED_CALL_METER_MESSAGE)
#define ALP_TEL_IS_INF_RESET_CALLS_DURATION_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_INF_RESET_CALLS_DURATION_MESSAGE)
#define ALP_TEL_IS_INF_RESET_CALLS_LIST_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_INF_RESET_CALLS_LIST_MESSAGE)
#define ALP_TEL_IS_INF_SERVICE_AVAILABLE(iAppId)   alp_tel_is_service_available(iAppId, ALP_TEL_INF_SERVICE_ID)
#define ALP_TEL_IS_INF_SET_MAX_ACCUMULATED_CALL_METER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_INF_SET_MAX_ACCUMULATED_CALL_METER_MESSAGE)
#define ALP_TEL_IS_INF_SET_PRICE_PER_UNIT_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_INF_SET_PRICE_PER_UNIT_MESSAGE)
#define ALP_TEL_IS_NWK_ADD_PREFERRED_OPERATOR_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_ADD_PREFERRED_OPERATOR_MESSAGE)
#define ALP_TEL_IS_NWK_CANCEL_USSD_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_CANCEL_USSD_MESSAGE)
#define ALP_TEL_IS_NWK_CHECK_USSD_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_CHECK_USSD_MESSAGE)
#define ALP_TEL_IS_NWK_DELETE_PREFERRED_OPERATOR_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_DELETE_PREFERRED_OPERATOR_MESSAGE)
#define ALP_TEL_IS_NWK_GET_GPRS_REGISTRATION_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_GET_GPRS_REGISTRATION_MESSAGE)
#define ALP_TEL_IS_NWK_GET_LOCATION_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_GET_LOCATION_MESSAGE)
#define ALP_TEL_IS_NWK_GET_OPERATOR_LOGO_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_GET_OPERATOR_LOGO_MESSAGE)
#define ALP_TEL_IS_NWK_GET_OPERATOR_NAME_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_GET_OPERATOR_NAME_MESSAGE)
#define ALP_TEL_IS_NWK_GET_OPERATOR_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_GET_OPERATOR_MESSAGE)
#define ALP_TEL_IS_NWK_GET_OPERATORS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_GET_OPERATORS_MESSAGE)
#define ALP_TEL_IS_NWK_GET_PREFERRED_OPERATORS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_GET_PREFERRED_OPERATORS_MESSAGE)
#define ALP_TEL_IS_NWK_GET_PROVIDER_ID_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_GET_PROVIDER_ID_MESSAGE)
#define ALP_TEL_IS_NWK_GET_RADIO_BAND_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_GET_RADIO_BAND_MESSAGE)
#define ALP_TEL_IS_NWK_GET_RADIO_BANDS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_GET_RADIO_BANDS_MESSAGE)
#define ALP_TEL_IS_NWK_GET_REGISTRATION_MODE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_GET_REGISTRATION_MODE_MESSAGE)
#define ALP_TEL_IS_NWK_GET_SIGNAL_LEVEL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_GET_SIGNAL_LEVEL_MESSAGE)
#define ALP_TEL_IS_NWK_GET_STATUS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_GET_STATUS_MESSAGE)
#define ALP_TEL_IS_NWK_GET_TIME_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_GET_TIME_MESSAGE)
#define ALP_TEL_IS_NWK_GET_TYPE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_GET_TYPE_MESSAGE)
#define ALP_TEL_IS_NWK_RECEIVE_USSD_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_RECEIVE_USSD_MESSAGE)
#define ALP_TEL_IS_NWK_SEND_USSD_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_SEND_USSD_MESSAGE)
#define ALP_TEL_IS_NWK_SERVICE_AVAILABLE(iAppId)   alp_tel_is_service_available(iAppId, ALP_TEL_NWK_SERVICE_ID)
#define ALP_TEL_IS_NWK_SET_OPERATOR_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_SET_OPERATOR_MESSAGE)
#define ALP_TEL_IS_NWK_SET_RADIO_BAND_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_SET_RADIO_BAND_MESSAGE)
#define ALP_TEL_IS_NWK_SET_REGISTRATION_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_NWK_SET_REGISTRATION_MODE_MESSAGE)
#define ALP_TEL_IS_OEM_CALL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_OEM_CALL_MESSAGE)
#define ALP_TEL_IS_OEM_SERVICE_AVAILABLE(iAppId)   alp_tel_is_service_available(iAppId, ALP_TEL_OEM_SERVICE_ID)
#define ALP_TEL_IS_PHB_ACCESS_READY_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PHB_ACCESS_READY_MESSAGE)
#define ALP_TEL_IS_PHB_ADD_ENTRY_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PHB_ADD_ENTRY_MESSAGE)
#define ALP_TEL_IS_PHB_DELETE_ENTRY_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PHB_DELETE_ENTRY_MESSAGE)
#define ALP_TEL_IS_PHB_GET_ENTRIES_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PHB_GET_ENTRIES_MESSAGE)
#define ALP_TEL_IS_PHB_GET_ENTRY_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PHB_GET_ENTRY_MESSAGE)
#define ALP_TEL_IS_PHB_GET_PHONEBOOK_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PHB_GET_PHONEBOOK_MESSAGE)
#define ALP_TEL_IS_PHB_GET_PHONEBOOKS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PHB_GET_PHONEBOOKS_MESSAGE)
#define ALP_TEL_IS_PHB_SERVICE_AVAILABLE(iAppId)   alp_tel_is_service_available(iAppId, ALP_TEL_PHB_SERVICE_ID)
#define ALP_TEL_IS_PHB_SET_PHONEBOOK_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PHB_SET_PHONEBOOK_MESSAGE)
#define ALP_TEL_IS_POW_GET_BATTERY_CHARGE_LEVEL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_POW_GET_BATTERY_CHARGE_LEVEL_MESSAGE)
#define ALP_TEL_IS_POW_GET_BATTERY_CONNECTION_STATUS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_POW_GET_BATTERY_CONNECTION_STATUS_MESSAGE)
#define ALP_TEL_IS_POW_GET_PHONE_FUNCTIONALITY_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_POW_GET_PHONE_FUNCTIONALITY_MESSAGE)
#define ALP_TEL_IS_POW_SERVICE_AVAILABLE(iAppId)   alp_tel_is_service_available(iAppId, ALP_TEL_POW_SERVICE_ID)
#define ALP_TEL_IS_POW_SET_PHONE_FUNCTIONALITY_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_POW_SET_PHONE_FUNCTIONALITY_MESSAGE)
#define ALP_TEL_IS_PS_GET_ATTACH_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PS_GET_ATTACH_MESSAGE)
#define ALP_TEL_IS_PS_GET_AVAILABLE_CONTEXT_ID_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PS_GET_AVAILABLE_CONTEXTID_MESSAGE)
#define ALP_TEL_IS_PS_GET_CONTEXT_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PS_GET_CONTEXT_MESSAGE)
#define ALP_TEL_IS_PS_GET_DATA_COUNTER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PS_GET_DATA_COUNTER_MESSAGE)
#define ALP_TEL_IS_PS_GET_DEFINED_CIDS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PS_GET_DEFINED_CONTEXTID_MESSAGE)
#define ALP_TEL_IS_PS_GET_PDP_ACTIVATION_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PS_GET_PDP_ACTIVATION_MESSAGE)
#define ALP_TEL_IS_PS_GET_QOS_CURRENT_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PS_GET_QOS_CURRENT_MESSAGE)
#define ALP_TEL_IS_PS_GET_QOS_MINIMUM_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PS_GET_QOS_MINIMUM_MESSAGE)
#define ALP_TEL_IS_PS_GET_QOS_REQUESTED_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PS_GET_QOS_REQUESTED_MESSAGE)
#define ALP_TEL_IS_PS_SERVICE_AVAILABLE(iAppId)   alp_tel_is_service_available(iAppId, ALP_TEL_PS_SERVICE_ID)
#define ALP_TEL_IS_PS_SET_ATTACH_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PS_SET_ATTACH_MESSAGE)
#define ALP_TEL_IS_PS_SET_CONTEXT_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PS_SET_CONTEXT_MESSAGE)
#define ALP_TEL_IS_PS_SET_PDP_ACTIVATION_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PS_SET_PDP_ACTIVATION_MESSAGE)
#define ALP_TEL_IS_PS_SET_QOS_MINIMUM_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PS_SET_QOS_MINIMUM_MESSAGE)
#define ALP_TEL_IS_PS_SET_QOS_REQUESTED_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_PS_SET_QOS_REQUESTED_MESSAGE)
#define ALP_TEL_IS_SMS_ACCESS_READY_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_ACCESS_READY_MESSAGE)
#define ALP_TEL_IS_SMS_DELETE_ALL_MESSAGES_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_DELETE_ALL_MESSAGES_MESSAGE)
#define ALP_TEL_IS_SMS_DELETE_MESSAGE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_DELETE_MESSAGE_MESSAGE)
#define ALP_TEL_IS_SMS_GET_BEARER_SERVICE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_GET_BEARER_SERVICE_MESSAGE)
#define ALP_TEL_IS_SMS_GET_CELLBROADCAST_TYPES_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_GET_CELLBROADCAST_TYPES_MESSAGE)
#define ALP_TEL_IS_SMS_GET_DATA_MAX_SIZE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_GET_DATA_MAX_SIZE_MESSAGE)
#define ALP_TEL_IS_SMS_GET_STORAGE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_GET_STORAGE_MESSAGE)
#define ALP_TEL_IS_SMS_GET_STORAGES_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_GET_STORAGES_MESSAGE)
#define ALP_TEL_IS_SMS_GET_UNIQUE_PART_ID_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_GET_UNIQUE_PARTID_MESSAGE)
#define ALP_TEL_IS_SMS_READ_MESSAGE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_READ_MESSAGE_MESSAGE)
#define ALP_TEL_IS_SMS_READ_MESSAGES_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_READ_MESSAGES_MESSAGE)
#define ALP_TEL_IS_SMS_SELECT_CELLBROADCAST_TYPES_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_SELECT_CELLBROADCAST_TYPES_MESSAGE)
#define ALP_TEL_IS_SMS_SEND_MESSAGE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_SEND_MESSAGE_MESSAGE)
#define ALP_TEL_IS_SMS_SERVICE_AVAILABLE(iAppId)   alp_tel_is_service_available(iAppId, ALP_TEL_SMS_SERVICE_ID)
#define ALP_TEL_IS_SMS_SET_BEARER_SERVICE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_SET_BEARER_SERVICE_MESSAGE)
#define ALP_TEL_IS_SMS_SET_STORAGE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_SET_STORAGE_MESSAGE)
#define ALP_TEL_IS_SMS_STORE_MESSAGE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SMS_STORE_MESSAGE_MESSAGE)
#define ALP_TEL_IS_SND_GET_MUTE_STATUS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SND_GET_MUTE_STATUS_MESSAGE)
#define ALP_TEL_IS_SND_SERVICE_AVAILABLE(iAppId)   alp_tel_is_service_available(iAppId, ALP_TEL_SND_SERVICE_ID)
#define ALP_TEL_IS_SND_SET_MUTE_STATUS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SND_SET_MUTE_STATUS_MESSAGE)
#define ALP_TEL_IS_SPC_ACCEPT_CALL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_ACCEPT_CALL_MESSAGE)
#define ALP_TEL_IS_SPC_ADD_HELD_CALL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_ADD_HELD_CALL_MESSAGE)
#define ALP_TEL_IS_SPC_ALS_GET_LINE_ID_RANGE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_ALS_GET_LINEID_RANGE_MESSAGE)
#define ALP_TEL_IS_SPC_ALS_GET_LINE_ID_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_ALS_GET_LINEID_MESSAGE)
#define ALP_TEL_IS_SPC_ALS_SET_LINE_ID_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_ALS_SET_LINEID_MESSAGE)
#define ALP_TEL_IS_SPC_CALL_COMPLETION_TO_BUSY_SUBSCRIBER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_CALL_COMPLETION_TO_BUSY_SUBSCRIBER_MESSAGE)
#define ALP_TEL_IS_SPC_CALL_DEFLECTION_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_CALL_DEFLECTION_MESSAGE)
#define ALP_TEL_IS_SPC_EXPLICIT_CALL_TRANSFERT_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_EXPLICIT_CALL_TRANSFERT_MESSAGE)
#define ALP_TEL_IS_SPC_GET_CALL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_GET_CALL_MESSAGE)
#define ALP_TEL_IS_SPC_GET_CALLS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_GET_CALLS_MESSAGE)
#define ALP_TEL_IS_SPC_GET_TONE_DURATION_RANGE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_GET_TONE_DURATION_RANGE_MESSAGE)
#define ALP_TEL_IS_SPC_GET_TONE_DURATION_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_GET_TONE_DURATION_MESSAGE)
#define ALP_TEL_IS_SPC_HOLD_ACTIVE_CALLS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_HOLD_ACTIVE_CALLS_MESSAGE)
#define ALP_TEL_IS_SPC_INITIATE_CALL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_INITIATE_CALL_MESSAGE)
#define ALP_TEL_IS_SPC_PLAY_TONE_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_PLAY_TONE_MESSAGE)
#define ALP_TEL_IS_SPC_PRIVATE_CALL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_PRIVATE_CALL_MESSAGE)
#define ALP_TEL_IS_SPC_RELEASE_CALL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_RELEASE_CALL_MESSAGE)
#define ALP_TEL_IS_SPC_SEND_DTMF_STRING_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_SEND_DTMF_STRING_MESSAGE)
#define ALP_TEL_IS_SPC_SERVICE_AVAILABLE(iAppId)   alp_tel_is_service_available(iAppId, ALP_TEL_SPC_SERVICE_ID)
#define ALP_TEL_IS_SPC_SET_TONE_DURATION_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_SPC_SET_TONE_DURATION_MESSAGE)
#define ALP_TEL_IS_STY_CHANGE_FACILITY_PASSWORD_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_STY_CHANGE_FACILITY_PASSWORD_MESSAGE)
#define ALP_TEL_IS_STY_ENTER_AUTHENTICATION_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_STY_ENTER_AUTHENTICATION_MESSAGE)
#define ALP_TEL_IS_STY_GET_AUTHENTICATION_STATUS_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_STY_GET_AUTHENTICATION_STATUS_MESSAGE)
#define ALP_TEL_IS_STY_GET_FACILITIES_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_STY_GET_FACILITIES_MESSAGE)
#define ALP_TEL_IS_STY_GET_FACILITY_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_STY_GET_FACILITY_MESSAGE)
#define ALP_TEL_IS_STY_LOCK_FACILITY_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_STY_LOCK_FACILITY_MESSAGE)
#define ALP_TEL_IS_STY_SERVICE_AVAILABLE(iAppId)   alp_tel_is_service_available(iAppId, ALP_TEL_STY_SERVICE_ID)
#define ALP_TEL_IS_STY_UNLOCK_FACILITY_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_STY_UNLOCK_FACILITY_MESSAGE)
#define ALP_TEL_IS_TEST_PHONE_DRIVER_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_TEST_PHONE_DRIVER_MESSAGE)

Functions

alp_status_t alp_tel_cancel (AlpTelApplicationId iAppId, AlpTelTransId iCanceledTransId, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_card_get_atr (AlpTelApplicationId iAppId, AlpTelCardAtr *ioAtrP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_card_get_call_control_parameters (AlpTelApplicationId iAppId, AlpTelCardCallControlParams *ioParamsP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_card_get_file (AlpTelApplicationId iAppId, AlpTelCardFile *ioFileP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_card_get_reader_status (AlpTelApplicationId iAppId, uint8_t *oReaderStatus, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_card_send_command_apdu (AlpTelApplicationId iAppId, AlpTelCardApdu *ioApduP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_card_set_power_state (AlpTelApplicationId iAppId, uint8_t iPowerState, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cat_call_action (AlpTelApplicationId iAppId, uint8_t iAction, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cat_get_cmd_parameters (AlpTelApplicationId iAppId, AlpTelCatCmdParams *ioParamsP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cat_get_config (AlpTelApplicationId iAppId, AlpTelCatConfig *ioCfgP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cat_menu_selection (AlpTelApplicationId iAppId, AlpTelCatMenuSelection *iSelectionP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cat_notify_card_of_event (AlpTelApplicationId iAppId, AlpTelCatEventToCard *iEventP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cat_send_dtmf (AlpTelApplicationId iAppId, char *iDtmfStringP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cat_send_sms (AlpTelApplicationId iAppId, AlpTelCatSendShortMessage *ioMessageP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cat_send_ss (AlpTelApplicationId iAppId, AlpTelCatSSOperation *ioOperationP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cat_send_ussd (AlpTelApplicationId iAppId, AlpTelNwkUssd *iUssdP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cat_set_cmd_response (AlpTelApplicationId iAppId, AlpTelCatCmdResponse *iResponseP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cat_set_config (AlpTelApplicationId iAppId, AlpTelCatConfig *iCfgP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cat_setup_call (AlpTelApplicationId iAppId, AlpTelSpcCall *ioCallP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cat_setup_event_list (AlpTelApplicationId iAppId, AlpTelCatSetUpEventList *iEventListP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cat_terminate (AlpTelApplicationId iAppId, uint8_t iReason, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_als_get_phone_number (AlpTelApplicationId iAppId, AlpTelCfgAlsPhoneNumber *oPhoneNumberP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_als_get_voice_mail_number (AlpTelApplicationId iAppId, AlpTelCfgAlsVoiceMailNumber *oVoiceMailNumberP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_als_set_phone_number (AlpTelApplicationId iAppId, AlpTelCfgAlsPhoneNumber *iPhoneNumberP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_als_set_voice_mail_number (AlpTelApplicationId iAppId, AlpTelCfgAlsVoiceMailNumber *iVoiceMailNumberP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_alert_sound_mode (AlpTelApplicationId iAppId, uint8_t *oAlertSoundModeP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_call_diverted_flag_status (AlpTelApplicationId iAppId, uint8_t *oCallDivertedFlagStatusP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_call_forwarding (AlpTelApplicationId iAppId, AlpTelCfgCallForwarding *ioCallForwardingP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_call_waiting (AlpTelApplicationId iAppId, AlpTelCfgCallWaiting *ioCallWaitingP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_callid_restriction_status (AlpTelApplicationId iAppId, uint8_t *oClirStatusP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_cphs_support (AlpTelApplicationId iAppId, uint8_t *oStatusP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_loudspeaker_volume_level (AlpTelApplicationId iAppId, uint8_t *oLoudspeakerVolumeLevelP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_loudspeaker_volume_level_range (AlpTelApplicationId iAppId, AlpTelCfgLevelRange *oLoudspeakerVolumeLevelRangeP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_phone_clock (AlpTelApplicationId iAppId, AlpTelTime *oTimeP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_phone_number (AlpTelApplicationId iAppId, AlpTelCfgPhoneNumber *ioPhoneNumberP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_preferred_languages_from_card (AlpTelApplicationId iAppId, AlpTelCfgPrefLanguages *ioPrefLanguagesP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_ringer_sound_level (AlpTelApplicationId iAppId, uint8_t *oRingerSoundLevelP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_ringer_sound_level_range (AlpTelApplicationId iAppId, AlpTelCfgLevelRange *oRingerSoundLevelRangeP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_sms_center (AlpTelApplicationId iAppId, AlpTelNumber *ioSmsCenterP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_vibrator_mode (AlpTelApplicationId iAppId, uint8_t *oVibratorModeP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_get_voice_mail_number (AlpTelApplicationId iAppId, AlpTelNumber *ioVoiceMailNumberP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_set_alert_sound_mode (AlpTelApplicationId iAppId, uint8_t iAlertSoundMode, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_set_call_forwarding (AlpTelApplicationId iAppId, AlpTelCfgCallForwarding *iCallForwardingP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_set_call_waiting (AlpTelApplicationId iAppId, AlpTelCfgCallWaiting *iCallWaitingP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_set_callid_restriction_status (AlpTelApplicationId iAppId, uint8_t iClirAdjustment, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_set_loudspeaker_volume_level (AlpTelApplicationId iAppId, uint8_t iLoudspeakerVolumeLevel, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_set_phone_clock (AlpTelApplicationId iAppId, AlpTelTime *iTimeP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_set_phone_number (AlpTelApplicationId iAppId, AlpTelCfgPhoneNumber *iPhoneNumberP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_set_ringer_sound_level (AlpTelApplicationId iAppId, uint8_t iRingerSoundLevel, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_set_sms_center (AlpTelApplicationId iAppId, AlpTelNumber *iSmsCenterP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_set_vibrator_mode (AlpTelApplicationId iAppId, uint8_t iVibratorMode, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cfg_set_voice_mail_number (AlpTelApplicationId iAppId, AlpTelNumber *iVoiceMailNumberP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_close (AlpTelApplicationId iAppId)
alp_status_t alp_tel_cnc_close (AlpTelApplicationId iAppId, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_cnc_get_status (AlpTelApplicationId iAppId, uint8_t *oStatusP)
alp_status_t alp_tel_cnc_open (AlpTelApplicationId iAppId, AlpTelTransId *ioTransIdP)
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)
alp_status_t alp_tel_inf_get_accumulated_call_meter (AlpTelApplicationId iAppId, uint32_t *oAccumulatedCallMeterP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_inf_get_calls_duration (AlpTelApplicationId iAppId, AlpTelInfCallsDuration *ioCallsDurationP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_inf_get_calls_list (AlpTelApplicationId iAppId, AlpTelInfCallsList *ioCallsListP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_inf_get_current_call_meter (AlpTelApplicationId iAppId, uint32_t *oCurrentCallMeterP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_inf_get_identification (AlpTelApplicationId iAppId, AlpTelInfIdentification *ioIdentificationP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_inf_get_max_accumulated_call_meter (AlpTelApplicationId iAppId, uint32_t *oMaxAccumulatedCallMeterP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_inf_get_price_per_unit (AlpTelApplicationId iAppId, AlpTelInfPricePerUnit *oPricePerUnitP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_inf_reset_accumulated_call_meter (AlpTelApplicationId iAppId, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_inf_reset_calls_duration (AlpTelApplicationId iAppId, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_inf_reset_calls_list (AlpTelApplicationId iAppId, uint8_t iCallType, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_inf_set_max_accumulated_call_meter (AlpTelApplicationId iAppId, uint32_t iMaxAccumulatedCallMeter, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_inf_set_price_per_unit (AlpTelApplicationId iAppId, AlpTelInfPricePerUnit *iPricePerUnitP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_is_function_supported (AlpTelApplicationId iAppId, uint16_t iFunctionId)
alp_status_t alp_tel_is_service_available (AlpTelApplicationId iAppId, uint16_t iServiceId)
alp_status_t alp_tel_nwk_add_preferred_operator (AlpTelApplicationId iAppId, AlpTelNwkPreferredOperator *iPreferedOperatorP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_cancel_ussd (AlpTelApplicationId iAppId, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_check_ussd (AlpTelApplicationId iAppId, AlpTelNwkUssd *iUssdP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_delete_preferred_operator (AlpTelApplicationId iAppId, uint16_t iIndex, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_get_gprs_registration (AlpTelApplicationId iAppId, AlpTelNwkGprsRegistration *ioRegistrationP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_get_location (AlpTelApplicationId iAppId, AlpTelNwkLocation *oLocationP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_get_operator (AlpTelApplicationId iAppId, AlpTelNwkOperator *ioOperatorP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_get_operator_logo (AlpTelApplicationId iAppId, AlpTelNwkOperatorLogo *ioOperatorLogoP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_get_operator_name (AlpTelApplicationId iAppId, AlpTelNwkOperatorName *ioOperatorNameP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_get_operators (AlpTelApplicationId iAppId, AlpTelNwkOperators *ioOperatorsP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_get_preferred_operators (AlpTelApplicationId iAppId, AlpTelNwkPreferredOperators *ioPreferedOperatorsP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_get_provider_id (AlpTelApplicationId iAppId, AlpTelNwkOperatorId *oProviderIdP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_get_radio_band (AlpTelApplicationId iAppId, AlpTelNwkRadioBand *oRadioBandP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_get_radio_bands (AlpTelApplicationId iAppId, AlpTelNwkRadioBands *oRadioBandsP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_get_registration_mode (AlpTelApplicationId iAppId, AlpTelNwkRegistration *oRegistrationModeP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_get_signal_level (AlpTelApplicationId iAppId, uint8_t *oSignalLevelP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_get_status (AlpTelApplicationId iAppId, uint8_t *oStatusP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_get_time (AlpTelApplicationId iAppId, AlpTelTime *ioTimeP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_get_type (AlpTelApplicationId iAppId, uint8_t *oTypeP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_receive_ussd (AlpTelApplicationId iAppId, AlpTelNwkUssd *ioUssdP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_send_ussd (AlpTelApplicationId iAppId, AlpTelNwkUssd *iUssdP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_set_operator (AlpTelApplicationId iAppId, AlpTelNwkOperator *iOperatorP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_set_radio_band (AlpTelApplicationId iAppId, AlpTelNwkRadioBand *iRadioBandP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_nwk_set_registration_mode (AlpTelApplicationId iAppId, AlpTelNwkRegistration *iRegistrationModeP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_oem_call (AlpTelApplicationId iAppId, AlpTelOemCall *ioOemCallP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_open (uint32_t iVersionNum, AlpTelApplicationId *oAppIdP)
alp_status_t alp_tel_open_phone_profile (uint32_t iVersionNum, uint32_t iCncProfileId, AlpTelApplicationId *oAppIdP)
alp_status_t alp_tel_phb_access_ready (AlpTelApplicationId iAppId, bool *oAccessReadyP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_phb_add_entry (AlpTelApplicationId iAppId, AlpTelPhbEntry *iEntryP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_phb_delete_entry (AlpTelApplicationId iAppId, uint16_t iEntryIndex, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_phb_get_entries (AlpTelApplicationId iAppId, AlpTelPhbEntries *ioEntriesP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_phb_get_entry (AlpTelApplicationId iAppId, AlpTelPhbEntry *ioEntryP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_phb_get_phonebook (AlpTelApplicationId iAppId, AlpTelPhbPhonebook *oPhonebookP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_phb_get_phonebooks (AlpTelApplicationId iAppId, AlpTelPhbPhonebooks *ioPhonebooksP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_phb_set_phonebook (AlpTelApplicationId iAppId, AlpTelPhbPhonebook *ioPhonebookP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_pow_get_battery_charge_level (AlpTelApplicationId iAppId, uint8_t *oBatteryChargeLevelP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_pow_get_battery_connection_status (AlpTelApplicationId iAppId, uint8_t *oBatteryConnectionStatusP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_pow_get_phone_functionality (AlpTelApplicationId iAppId, uint8_t *oPhoneFunctionality, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_pow_set_phone_functionality (AlpTelApplicationId iAppId, uint8_t iPhoneFunctionality, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_ps_get_attach (AlpTelApplicationId iAppId, uint8_t *oAttach, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_ps_get_available_context_id (AlpTelApplicationId iAppId, uint8_t *oContextIdP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_ps_get_context (AlpTelApplicationId iAppId, AlpTelPsContext *ioContextP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_ps_get_data_counter (AlpTelApplicationId iAppId, AlpTelPsDataCounter *oDataCounterP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_ps_get_defined_cids (AlpTelApplicationId iAppId, AlpTelPsDefinedCids *ioCidsP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_ps_get_pdp_activation (AlpTelApplicationId iAppId, AlpTelPsPdpActivation *ioPdpActivationP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_ps_get_qos_current (AlpTelApplicationId iAppId, AlpTelPsQos *ioQosCurrentP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_ps_get_qos_minimum (AlpTelApplicationId iAppId, AlpTelPsQos *ioQosMinimumP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_ps_get_qos_requested (AlpTelApplicationId iAppId, AlpTelPsQos *ioQosRequestedP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_ps_set_attach (AlpTelApplicationId iAppId, uint8_t iAttach, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_ps_set_context (AlpTelApplicationId iAppId, AlpTelPsContext *iContextP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_ps_set_pdp_activation (AlpTelApplicationId iAppId, AlpTelPsPdpActivation *iPdpActivationP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_ps_set_qos_minimum (AlpTelApplicationId iAppId, AlpTelPsQos *iQosMinimumP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_ps_set_qos_requested (AlpTelApplicationId iAppId, AlpTelPsQos *iQosRequestedP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_register_callback (AlpTelApplicationId iAppId, void *iContextP, AlpTelCallback iCallback, void *iParamP)
alp_status_t alp_tel_sms_access_ready (AlpTelApplicationId iAppId, bool *oAccessReadyP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sms_delete_all_messages (AlpTelApplicationId iAppId, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sms_delete_message (AlpTelApplicationId iAppId, uint16_t iMessageIndex, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sms_get_bearer_service (AlpTelApplicationId iAppId, uint8_t *oBearerServiceP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sms_get_cellbroadcast_types (AlpTelApplicationId iAppId, AlpTelSmsCellBroadcastTypes *ioCBSTypesP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sms_get_data_max_size (AlpTelApplicationId iAppId, size_t *oDataMaxSizeP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sms_get_storage (AlpTelApplicationId iAppId, AlpTelSmsStorage *oStorageP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sms_get_storages (AlpTelApplicationId iAppId, AlpTelSmsStorages *ioStoragesP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sms_get_unique_part_id (AlpTelApplicationId iAppId, uint16_t *oUniquePartIdP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sms_read_message (AlpTelApplicationId iAppId, AlpTelSmsMessage *ioMessageP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sms_read_messages (AlpTelApplicationId iAppId, AlpTelSmsMessages *ioMessagesP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sms_select_cellbroadcast_types (AlpTelApplicationId iAppId, AlpTelSmsCellBroadcastTypes *iCBSTypesP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sms_send_message (AlpTelApplicationId iAppId, AlpTelSmsMessage *ioMessageP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sms_set_bearer_service (AlpTelApplicationId iAppId, uint8_t iBearerService, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sms_set_storage (AlpTelApplicationId iAppId, uint16_t iStorageId, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sms_store_message (AlpTelApplicationId iAppId, AlpTelSmsMessage *ioMessageP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_snd_get_mute_status (AlpTelApplicationId iAppId, uint8_t *oMuteStatusP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_snd_set_mute_status (AlpTelApplicationId iAppId, uint8_t iMuteStatus, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_accept_call (AlpTelApplicationId iAppId, AlpTelSpcCall *oCallP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_add_held_call (AlpTelApplicationId iAppId, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_als_get_line_id (AlpTelApplicationId iAppId, uint16_t *oLineIdP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_als_get_line_id_range (AlpTelApplicationId iAppId, AlpTelSpcAlsLineIdRange *oLineIdRangeP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_als_set_line_id (AlpTelApplicationId iAppId, uint16_t iLineId, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_call_completion_to_busy_subscriber (AlpTelApplicationId iAppId, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_call_deflection (AlpTelApplicationId iAppId, AlpTelNumber *iNumberP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_explicit_call_transfert (AlpTelApplicationId iAppId, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_get_call (AlpTelApplicationId iAppId, AlpTelSpcCall *ioCallP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_get_calls (AlpTelApplicationId iAppId, AlpTelSpcCalls *ioCallsP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_get_tone_duration (AlpTelApplicationId iAppId, uint16_t *ioToneDurationP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_get_tone_duration_range (AlpTelApplicationId iAppId, AlpTelSpcToneDurationRange *ioToneDurationRangeP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_hold_active_calls (AlpTelApplicationId iAppId, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_initiate_call (AlpTelApplicationId iAppId, AlpTelSpcCall *ioCallP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_play_tone (AlpTelApplicationId iAppId, char iTone, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_private_call (AlpTelApplicationId iAppId, uint8_t iCallId, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_release_call (AlpTelApplicationId iAppId, uint8_t iCallId, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_send_dtmf_string (AlpTelApplicationId iAppId, char *iDtmfStringP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_spc_set_tone_duration (AlpTelApplicationId iAppId, uint16_t iToneDuration, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sty_change_facility_password (AlpTelApplicationId iAppId, uint16_t iFacilityType, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sty_enter_authentication (AlpTelApplicationId iAppId, uint16_t iAuthenticationType, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sty_get_authentication_status (AlpTelApplicationId iAppId, uint8_t *oAuthenticationP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sty_get_facilities (AlpTelApplicationId iAppId, AlpTelStyFacilities *ioFacilitiesP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sty_get_facility (AlpTelApplicationId iAppId, AlpTelStyFacility *ioFacilityP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sty_lock_facility (AlpTelApplicationId iAppId, AlpTelStyFacility *iFacilityP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_sty_unlock_facility (AlpTelApplicationId iAppId, AlpTelStyFacility *iFacilityP, AlpTelTransId *ioTransIdP)
alp_status_t alp_tel_test_phone_driver (AlpTelApplicationId iAppId, AlpTelInfIdentification *ioNameP, AlpTelTransId *ioTransIdP)


Generated on Wed Jul 30 07:06:40 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.