Gammu internals  1.38.0
dct4func.h
Go to the documentation of this file.
1 /* (c) 2002-2003 by Marcin Wiacek */
2 
3 #ifndef dct4func_h
4 #define dct4func_h
5 
6 #include "../ncommon.h"
7 
8 typedef enum {
13 
17 
24 
25 #endif
26 
27 /* How should editor hadle tabs in this file? Add editor commands here.
28  * vim: noexpandtab sw=8 ts=8 sts=8:
29  */
GSM_Error DCT4_SetPhoneMode(GSM_StateMachine *s, DCT4_PHONE_MODE mode)
GSM_Error DCT4_ReplySetPhoneMode(GSM_Protocol_Message *msg, GSM_StateMachine *s)
GSM_Error DCT4_GetPhoneMode(GSM_StateMachine *s)
GSM_Error DCT4_Reset(GSM_StateMachine *s, gboolean hard)
GSM_Error
Definition: gammu-error.h:23
GSM_Error DCT4_GetHardware(GSM_StateMachine *s, char *value)
GSM_Error DCT4_GetIMEI(GSM_StateMachine *s)
GSM_Error DCT4_ReplyGetIMEI(GSM_Protocol_Message *msg, GSM_StateMachine *s)
int gboolean
Definition: gammu-types.h:23
DCT4_PHONE_MODE
Definition: dct4func.h:8
GSM_Error DCT4_ReplyGetPhoneMode(GSM_Protocol_Message *msg, GSM_StateMachine *s)
GSM_Error DCT4_GetProductCode(GSM_StateMachine *s, char *value)