C027_Support library plus AT Comand for dialing.
Fork of C027_Support_Plus_Dialing by
Diff: MDM.h
- Revision:
- 121:3e1d84b2d34c
- Parent:
- 120:353754a2bcd9
- Child:
- 122:1360902e8632
--- a/MDM.h Thu Oct 08 04:05:30 2015 +0000 +++ b/MDM.h Sun Oct 11 09:56:57 2015 +0000 @@ -315,6 +315,10 @@ bool dbgSts(); + bool CopsCtzu(); + + bool clk(char *num); + // ---------------------------------------------------------------- // Signal Service // ---------------------------------------------------------------- @@ -592,7 +596,7 @@ typedef struct { char* buf; IP ip; int port; } USORFparam; static int _cbUSORF(int type, const char* buf, int len, USORFparam* param); typedef struct { char* buf; char* num; } CMGRparam; - static int _cbCUSD(int type, const char* buf, int len, char* buf); + static int _cbCUSD(int type, const char* buf, int len, char* buff); // sms typedef struct { int* ix; int num; } CMGLparam; static int _cbCMGL(int type, const char* buf, int len, CMGLparam* param); @@ -608,6 +612,9 @@ // status dbg typedef struct { char* buf; int* signal; int *status; char* num; int* indeks;} DBGparam; static int _cbDBG(int type, const char* buf, int len, DBGparam* param); + //time + typedef struct { char* buf; int *mtime;} CCLKparam; + static int _cbCCLK(int type, const char* buf, int len, CCLKparam* param); // file typedef struct { const char* filename; char* buf; int sz; int len; } URDFILEparam; static int _cbUDELFILE(int type, const char* buf, int len, void*);