atcmd.h
资源名称:de8681_w.zip [点击查看]
上传用户:sdttscl
上传日期:2010-01-04
资源大小:683k
文件大小:2k
源码类别:
Modem编程
开发平台:
C/C++
- //---------------------------------------------------------------------------------------------------
- // Project:- DE8681
- // Filename:- ATCMD.H
- // Description:- AT Command Header File.
- // Programmer:- D.T.F
- // Version:- 2.0
- // Created:- 28th February 2002
- // Last modified:-
- //---------------------------------------------------------------------------------------------------
- // (C) Consumer Microcircuits Ltd 2002
- //
- // This firmware was designed by:-
- // Consumer Microcircuits Ltd,
- // Langford, Maldon,
- // ESSEX
- // CM9 6WG.
- // in the UK for use with CML evaluation kits only and is based on UK originated technology.
- // Please contact
- // sales@cmlmicro.co.uk
- // +44 (0)1621 875500
- // for licensing details.
- //---------------------------------------------------------------------------------------------------
- #ifdef ATCMD_C
- unsigned char atcmd_interpret(void);
- unsigned char atacmd(void);
- unsigned char atbcmd(void);
- unsigned char atdcmd(void);
- unsigned char atecmd(void);
- unsigned char athcmd(void);
- unsigned char aticmd(void);
- unsigned char atncmd(void);
- unsigned char atocmd(void);
- unsigned char atqcmd(void);
- unsigned char atscmd(void);
- unsigned char atvcmd(void);
- unsigned char atxcmd(void);
- unsigned char atzcmd(void);
- unsigned char xatcmd(void);
- unsigned char xatfcmd(void);
- unsigned char xatgcmd(void);
- unsigned char cmlatcmd(void);
- unsigned char cmlatfcmd(void);
- unsigned char cmlatrcmd(void);
- unsigned long ascregtolong(void);
- #else
- extern unsigned char atcmd_interpret(void);
- #endif