Gammu internals  1.38.0
dct4func.h File Reference
#include "../ncommon.h"
Include dependency graph for dct4func.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  DCT4_PHONE_MODE { DCT4_MODE_NORMAL = 0x01, DCT4_MODE_TEST = 0x04, DCT4_MODE_LOCAL = 0x05 }
 

Functions

GSM_Error DCT4_ReplyGetPhoneMode (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT4_ReplySetPhoneMode (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT4_ReplyGetIMEI (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT4_GetPhoneMode (GSM_StateMachine *s)
 
GSM_Error DCT4_SetPhoneMode (GSM_StateMachine *s, DCT4_PHONE_MODE mode)
 
GSM_Error DCT4_GetIMEI (GSM_StateMachine *s)
 
GSM_Error DCT4_GetHardware (GSM_StateMachine *s, char *value)
 
GSM_Error DCT4_GetProductCode (GSM_StateMachine *s, char *value)
 
GSM_Error DCT4_Reset (GSM_StateMachine *s, gboolean hard)
 

Enumeration Type Documentation

§ DCT4_PHONE_MODE

Enumerator
DCT4_MODE_NORMAL 
DCT4_MODE_TEST 
DCT4_MODE_LOCAL 

Definition at line 8 of file dct4func.h.

8  {
9  DCT4_MODE_NORMAL = 0x01,
10  DCT4_MODE_TEST = 0x04,
11  DCT4_MODE_LOCAL = 0x05
DCT4_PHONE_MODE
Definition: dct4func.h:8

Function Documentation

§ DCT4_GetHardware()

GSM_Error DCT4_GetHardware ( GSM_StateMachine s,
char *  value 
)

§ DCT4_GetIMEI()

GSM_Error DCT4_GetIMEI ( GSM_StateMachine s)

§ DCT4_GetPhoneMode()

GSM_Error DCT4_GetPhoneMode ( GSM_StateMachine s)

§ DCT4_GetProductCode()

GSM_Error DCT4_GetProductCode ( GSM_StateMachine s,
char *  value 
)

§ DCT4_ReplyGetIMEI()

GSM_Error DCT4_ReplyGetIMEI ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT4_ReplyGetPhoneMode()

GSM_Error DCT4_ReplyGetPhoneMode ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT4_ReplySetPhoneMode()

GSM_Error DCT4_ReplySetPhoneMode ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT4_Reset()

GSM_Error DCT4_Reset ( GSM_StateMachine s,
gboolean  hard 
)

§ DCT4_SetPhoneMode()

GSM_Error DCT4_SetPhoneMode ( GSM_StateMachine s,
DCT4_PHONE_MODE  mode 
)