|
Data Structures |
| struct | _AlpNotifyEventTelDtcClosed |
| struct | _AlpNotifyEventTelDtcStarted |
| struct | _AlpNotifyEventTelNwkSsInitiated |
| struct | _AlpNotifyEventTelNwkSsTerminated |
| struct | _AlpNotifyEventTelNwkStatus |
| struct | _AlpNotifyEventTelNwkUssd |
| struct | _AlpNotifyEventTelPowConnection |
| struct | _AlpNotifyEventTelProvisioningFileStructure |
| struct | _AlpNotifyEventTelPsEventReporting |
| struct | _AlpNotifyEventTelSmsIncoming |
| struct | _AlpNotifyEventTelSpcCall |
| struct | _AlpNotifyEventTelVoiceMessageWaitingFlag |
| struct | _AlpTelEmailAddress |
| struct | _AlpTelMessage |
| struct | _AlpTelNumber |
| struct | _AlpTelNwkSsInfo |
| struct | _AlpTelPassthru |
| struct | _AlpTelTime |
Defines |
| #define | ALP_TEL_BASIC_CANCEL_MESSAGE ((ALP_TEL_BASIC_SERVICE_ID << 8) | 0x0000) |
| #define | ALP_TEL_BASIC_IS_FUNCTION_SUPPORTED_MESSAGE ((ALP_TEL_BASIC_SERVICE_ID << 8) | 0x0003) |
| #define | ALP_TEL_BASIC_IS_SERVICE_AVAILABLE_MESSAGE ((ALP_TEL_BASIC_SERVICE_ID << 8) | 0x0002) |
| #define | ALP_TEL_BASIC_MESSAGES_COUNT ((ALP_TEL_BASIC_IS_FUNCTION_SUPPORTED_MESSAGE & ALP_TEL_MESSAGE_MASK) + 1) |
| | Total count of basic service messages.
|
| #define | ALP_TEL_BASIC_TEST_PHONE_DRIVER_MESSAGE ((ALP_TEL_BASIC_SERVICE_ID << 8) | 0x0001) |
| #define | ALP_TEL_IS_CANCEL_SUPPORTED(iAppId) alp_tel_is_function_supported(iAppId, ALP_TEL_CANCEL_MESSAGE) |
| #define | ALP_TEL_IS_CARD_SERVICE_AVAILABLE(iAppId) alp_tel_is_service_available(iAppId, ALP_TEL_CARD_SERVICE_ID) |
| #define | ALP_TEL_IS_CAT_SERVICE_AVAILABLE(iAppId) alp_tel_is_service_available(iAppId, ALP_TEL_CAT_SERVICE_ID) |
| #define | ALP_TEL_IS_CFG_SERVICE_AVAILABLE(iAppId) alp_tel_is_service_available(iAppId, ALP_TEL_CFG_SERVICE_ID) |
| #define | ALP_TEL_IS_CNC_SERVICE_AVAILABLE(iAppId) alp_tel_is_service_available(iAppId, ALP_TEL_CNC_SERVICE_ID) |
| #define | ALP_TEL_IS_EMC_SERVICE_AVAILABLE(iAppId) alp_tel_is_service_available(iAppId, ALP_TEL_EMC_SERVICE_ID) |
| #define | ALP_TEL_IS_INF_SERVICE_AVAILABLE(iAppId) alp_tel_is_service_available(iAppId, ALP_TEL_INF_SERVICE_ID) |
| #define | ALP_TEL_IS_NWK_SERVICE_AVAILABLE(iAppId) alp_tel_is_service_available(iAppId, ALP_TEL_NWK_SERVICE_ID) |
| #define | ALP_TEL_IS_OEM_SERVICE_AVAILABLE(iAppId) alp_tel_is_service_available(iAppId, ALP_TEL_OEM_SERVICE_ID) |
| #define | ALP_TEL_IS_PHB_SERVICE_AVAILABLE(iAppId) alp_tel_is_service_available(iAppId, ALP_TEL_PHB_SERVICE_ID) |
| #define | ALP_TEL_IS_POW_SERVICE_AVAILABLE(iAppId) alp_tel_is_service_available(iAppId, ALP_TEL_POW_SERVICE_ID) |
| #define | ALP_TEL_IS_PS_SERVICE_AVAILABLE(iAppId) alp_tel_is_service_available(iAppId, ALP_TEL_PS_SERVICE_ID) |
| #define | ALP_TEL_IS_SMS_SERVICE_AVAILABLE(iAppId) alp_tel_is_service_available(iAppId, ALP_TEL_SMS_SERVICE_ID) |
| #define | ALP_TEL_IS_SND_SERVICE_AVAILABLE(iAppId) alp_tel_is_service_available(iAppId, ALP_TEL_SND_SERVICE_ID) |
| #define | ALP_TEL_IS_SPC_SERVICE_AVAILABLE(iAppId) alp_tel_is_service_available(iAppId, ALP_TEL_SPC_SERVICE_ID) |
| #define | ALP_TEL_IS_STY_SERVICE_AVAILABLE(iAppId) alp_tel_is_service_available(iAppId, ALP_TEL_STY_SERVICE_ID) |
| #define | ALP_TEL_IS_TEST_PHONE_DRIVER_SUPPORTED(iAppId) alp_tel_is_function_supported(iAppId, ALP_TEL_TEST_PHONE_DRIVER_MESSAGE) |
Typedefs |
| typedef _AlpNotifyEventTelDtcClosed | AlpNotifyEventTelDtcClosed |
| | Data call closed telephony notification event structure.
|
| typedef _AlpNotifyEventTelDtcStarted | AlpNotifyEventTelDtcStarted |
| | Data call started telephony notification event structure.
|
| typedef _AlpNotifyEventTelNwkSsInitiated | AlpNotifyEventTelNwkSsInitiated |
| typedef _AlpNotifyEventTelNwkSsTerminated | AlpNotifyEventTelNwkSsTerminated |
| typedef _AlpNotifyEventTelNwkStatus | AlpNotifyEventTelNwkStatus |
| | Network status notification event structure.
|
| typedef _AlpNotifyEventTelNwkUssd | AlpNotifyEventTelNwkUssd |
| | USSD notification event structure.
|
| typedef _AlpNotifyEventTelPowConnection | AlpNotifyEventTelPowConnection |
| | Power connection status telephony notification event structure.
|
| typedef _AlpNotifyEventTelProvisioningFileStructure | AlpNotifyEventTelProvisioningFileStructure |
| | Provisioning File notification event structure.
|
| typedef _AlpNotifyEventTelPsEventReporting | AlpNotifyEventTelPsEventReporting |
| | PS event reporting telephony notification event structure.
|
| typedef _AlpNotifyEventTelSmsIncoming | AlpNotifyEventTelSmsIncoming |
| | Incoming SMS telephony notification event structure.
|
| typedef _AlpNotifyEventTelSpcCall | AlpNotifyEventTelSpcCall |
| | Speech Call call change telephony notification event structure.
|
| typedef _AlpNotifyEventTelVoiceMessageWaitingFlag | AlpNotifyEventTelVoiceMessageWaitingFlag |
| | Voice message waiting flag notification event structure.
|
| typedef void(* | AlpTelCallback )(AlpTelMessage *iTelMsgP, void *iParamP) |
| typedef _AlpTelEmailAddress | AlpTelEmailAddress |
| | Email address.
|
| typedef char | AlpTelISOName [2] |
| | ISO 639 language code.
|
| typedef _AlpTelMessage | AlpTelMessage |
| | Telephony Message structure.
|
| typedef _AlpTelNumber | AlpTelNumber |
| | Number.
|
| typedef _AlpTelNwkSsInfo | AlpTelNwkSsInfo |
| typedef _AlpTelPassthru | AlpTelPassthru |
| | The passthru path.
|
| typedef _AlpTelTime | AlpTelTime |
| | Time.
|
Functions |
| alp_status_t | alp_tel_cancel (AlpTelApplicationId iAppId, AlpTelTransId iCanceledTransId, AlpTelTransId *ioTransIdP) |
| alp_status_t | alp_tel_close (AlpTelApplicationId iAppId) |
| 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_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_register_callback (AlpTelApplicationId iAppId, void *iContextP, AlpTelCallback iCallback, void *iParamP) |
| alp_status_t | alp_tel_test_phone_driver (AlpTelApplicationId iAppId, AlpTelInfIdentification *ioNameP, AlpTelTransId *ioTransIdP) |
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.