|
Gammu internals
1.38.0
|
#include "../ncommon.h"

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) |
| enum DCT4_PHONE_MODE |
| Enumerator | |
|---|---|
| DCT4_MODE_NORMAL | |
| DCT4_MODE_TEST | |
| DCT4_MODE_LOCAL | |
Definition at line 8 of file dct4func.h.
| GSM_Error DCT4_GetHardware | ( | GSM_StateMachine * | s, |
| char * | value | ||
| ) |
| GSM_Error DCT4_GetIMEI | ( | GSM_StateMachine * | s | ) |
| GSM_Error DCT4_GetPhoneMode | ( | GSM_StateMachine * | s | ) |
| GSM_Error DCT4_GetProductCode | ( | GSM_StateMachine * | s, |
| char * | value | ||
| ) |
| GSM_Error DCT4_ReplyGetIMEI | ( | GSM_Protocol_Message * | msg, |
| GSM_StateMachine * | s | ||
| ) |
| 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_Reset | ( | GSM_StateMachine * | s, |
| gboolean | hard | ||
| ) |
| GSM_Error DCT4_SetPhoneMode | ( | GSM_StateMachine * | s, |
| DCT4_PHONE_MODE | mode | ||
| ) |