AT Command Parser
[Telephony]


Defines

#define AT_PARSER_HOST   "localhost"
#define AT_PARSER_PORT   50108

Functions

int alp_atparser_close (int iAppSocket)
alp_status_t alp_atparser_open (struct sockaddr_in *oClientSockAddr, int *oApplicationFd)


Define Documentation

#define AT_PARSER_HOST   "localhost"
 

#define AT_PARSER_PORT   50108
 


Function Documentation

int alp_atparser_close int  iAppSocket  ) 
 

Close the connection to the ALP ATParser library.

Parameters:
[in] iAppSocket A pointer to a socket
Returns:
ALP_STATUS_OK If the connection is opened successful.

ALP_STATUS_ERR If there is a problem.

alp_status_t alp_atparser_open struct sockaddr_in *  oClientSockAddr,
int *  oApplicationFd
 

Open the connection to the ALP AT command Parser library. Returns in *oApplicationFd the file descriptor Returns in *oClientSockAddr the sockaddr infos.

Parameters:
[out] oApplicationFd A pointer to a file descriptor (sockaddr_in).
[out] oClientSockAddr A pointer to a sockaddr struct filled with infos
Returns:
ALP_STATUS_OK If the connection is opened successful.

ALP_STATUS_ERR If there is a problem.


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

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