OEM Service
[Telephony Mgr]


Detailed Description

This service groups the Telephony OEM functions.


Data Structures

struct  _AlpTelOemCall

Defines

#define ALP_TEL_IS_OEM_CALL_SUPPORTED(iAppId)   alp_tel_is_function_supported(iAppId, ALP_TEL_OEM_CALL_MESSAGE)
#define ALP_TEL_OEM_CALL_MESSAGE   ((ALP_TEL_OEM_SERVICE_ID << 8) | 0x0000)

Typedefs

typedef _AlpTelOemCall AlpTelOemCall

Functions

alp_status_t alp_tel_oem_call (AlpTelApplicationId iAppId, AlpTelOemCall *ioOemCallP, AlpTelTransId *ioTransIdP)


Define Documentation

#define ALP_TEL_IS_OEM_CALL_SUPPORTED iAppId   )     alp_tel_is_function_supported(iAppId, ALP_TEL_OEM_CALL_MESSAGE)
 

#define ALP_TEL_OEM_CALL_MESSAGE   ((ALP_TEL_OEM_SERVICE_ID << 8) | 0x0000)
 


Typedef Documentation

typedef struct _AlpTelOemCall AlpTelOemCall
 


Function Documentation

alp_status_t alp_tel_oem_call AlpTelApplicationId  iAppId,
AlpTelOemCall ioOemCallP,
AlpTelTransId ioTransIdP
 

Makes a call to an OEM function.

Parameters:
[in] iAppId The telephone application attachement identifier for your application.
[in,out] ioOemCallP Pointer to a AlpTelOemCall structure that identifies the OEM function to call.
[in,out] ioTransIdP Set the value of this parameter to NULL to cause the function to execute synchronously. If this parameter is not NULL, the call executes asynchronously. Upon return from this function, this points to the transaction identifier associated with the asynchronous operation.
Returns:
ALP_STATUS_OK The calls list has been retrieved successfuly.
Since:
ALP iSDK 1.0


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

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