00001 /****************************************************************************** 00002 * Copyright (c) 1999-2008 ACCESS CO., LTD. All rights reserved. 00003 * Copyright (c) 2006-2007, ACCESS Systems Americas, Inc. All rights reserved. 00004 *****************************************************************************/ 00012 #ifndef _ATPARSER_MAIN_H 00013 #define _ATPARSER_MAIN_H 00014 00015 00021 #include <stdint.h> 00022 #include <stdarg.h> 00023 00024 #ifdef __cplusplus 00025 extern "C" { 00026 #endif /* __cplusplus */ 00027 00028 00029 #define AT_PARSER_PORT 50108 00030 #define AT_PARSER_HOST "localhost" 00031 00032 00033 00043 alp_status_t alp_atparser_open(struct sockaddr_in *oClientSockAddr, int *oApplicationFd); 00044 00045 00052 int alp_atparser_close(int iAppSocket); 00053 00054 #ifdef __cplusplus 00055 } 00056 #endif /* __cplusplus */ 00057 00059 #endif 00060
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.