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

Go to the source code of this file.

Functions

GSM_Error DCT3_ReplyPressKey (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplyPlayTone (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplyEnableSecurity (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplyGetIMEI (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplyGetSMSC (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplyWaitSMSC (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplySIMLogin (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplySIMLogout (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplyGetDateTime (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplyGetAlarm (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplySetDateTime (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplySetAlarm (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplyDialCommand (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplyGetWAPBookmark (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplyGetNetworkInfo (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplySendSMSMessage (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplySetSMSC (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplyGetWAPSettings (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplySetWAPSettings (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplyNetmonitor (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_ReplyDeleteSMSMessage (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N71_92_ReplyGetSignalQuality (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N71_92_ReplyGetBatteryCharge (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N71_92_ReplyPhoneSetting (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N61_71_ReplyResetPhoneSettings (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error N61_91_ReplySetOpLogo (GSM_Protocol_Message *msg, GSM_StateMachine *s)
 
GSM_Error DCT3_DeleteWAPBookmark (GSM_StateMachine *s, GSM_WAPBookmark *bookmark)
 
GSM_Error DCT3_GetWAPBookmark (GSM_StateMachine *s, GSM_WAPBookmark *bookmark)
 
GSM_Error DCT3_PressKey (GSM_StateMachine *s, GSM_KeyCode Key, gboolean Press)
 
GSM_Error DCT3_PlayTone (GSM_StateMachine *s, int Herz, unsigned char Volume, gboolean start)
 
GSM_Error DCT3_EnableSecurity (GSM_StateMachine *s, unsigned char status)
 
GSM_Error DCT3_GetIMEI (GSM_StateMachine *s)
 
GSM_Error DCT3_GetSMSC (GSM_StateMachine *s, GSM_SMSC *smsc)
 
GSM_Error DCT3_GetNetworkInfo (GSM_StateMachine *s, GSM_NetworkInfo *netinfo)
 
GSM_Error DCT3_DialVoice (GSM_StateMachine *s, char *number, GSM_CallShowNumber ShowNumber)
 
GSM_Error DCT3_Reset (GSM_StateMachine *s, gboolean hard)
 
GSM_Error DCT3_CancelCall (GSM_StateMachine *s, int ID, gboolean all)
 
GSM_Error DCT3_AnswerAllCalls (GSM_StateMachine *s)
 
GSM_Error DCT3_SendSMSMessage (GSM_StateMachine *s, GSM_SMSMessage *sms)
 
GSM_Error DCT3_GetAlarm (GSM_StateMachine *s, GSM_Alarm *Alarm, unsigned char msgtype)
 
GSM_Error DCT3_GetDateTime (GSM_StateMachine *s, GSM_DateTime *date_time, unsigned char msgtype)
 
GSM_Error DCT3_SetAlarm (GSM_StateMachine *s, GSM_Alarm *Alarm, unsigned char msgtype)
 
GSM_Error DCT3_SetDateTime (GSM_StateMachine *s, GSM_DateTime *date_time, unsigned char msgtype)
 
GSM_Error DCT3_SetIncomingCB (GSM_StateMachine *s, gboolean enable)
 
GSM_Error DCT3_GetSMSStatus (GSM_StateMachine *s, GSM_SMSMemoryStatus *status)
 
GSM_Error DCT3_SetSMSC (GSM_StateMachine *s, GSM_SMSC *smsc)
 
GSM_Error DCT3_GetWAPSettings (GSM_StateMachine *s, GSM_MultiWAPSettings *settings)
 
GSM_Error DCT3_SetWAPSettings (GSM_StateMachine *s, GSM_MultiWAPSettings *settings)
 
GSM_Error DCT3_SetWAPBookmark (GSM_StateMachine *s, GSM_WAPBookmark *bookmark)
 
GSM_Error DCT3_Netmonitor (GSM_StateMachine *s, int testnumber, char *value)
 
GSM_Error DCT3_GetManufactureMonth (GSM_StateMachine *s, char *value)
 
GSM_Error DCT3_GetProductCode (GSM_StateMachine *s, char *value)
 
GSM_Error DCT3_GetOriginalIMEI (GSM_StateMachine *s, char *value)
 
GSM_Error DCT3_GetHardware (GSM_StateMachine *s, char *value)
 
GSM_Error DCT3_GetPPM (GSM_StateMachine *s, char *value)
 
GSM_Error N61_71_ResetPhoneSettings (GSM_StateMachine *s, GSM_ResetSettingsType Type)
 
GSM_Error N71_92_GetBatteryCharge (GSM_StateMachine *s, GSM_BatteryCharge *bat)
 
GSM_Error N71_92_GetSignalQuality (GSM_StateMachine *s, GSM_SignalQuality *sig)
 
GSM_Error N71_92_GetPhoneSetting (GSM_StateMachine *s, int Request, int Setting)
 
GSM_Error N71_92_GetDateTime (GSM_StateMachine *s, GSM_DateTime *date_time)
 
GSM_Error N71_92_SetDateTime (GSM_StateMachine *s, GSM_DateTime *date_time)
 
GSM_Error DCT3_DecodeSMSFrame (GSM_StateMachine *s, GSM_SMSMessage *SMS, unsigned char *buffer)
 

Function Documentation

§ DCT3_AnswerAllCalls()

GSM_Error DCT3_AnswerAllCalls ( GSM_StateMachine s)

§ DCT3_CancelCall()

GSM_Error DCT3_CancelCall ( GSM_StateMachine s,
int  ID,
gboolean  all 
)

§ DCT3_DecodeSMSFrame()

GSM_Error DCT3_DecodeSMSFrame ( GSM_StateMachine s,
GSM_SMSMessage SMS,
unsigned char *  buffer 
)

§ DCT3_DeleteWAPBookmark()

GSM_Error DCT3_DeleteWAPBookmark ( GSM_StateMachine s,
GSM_WAPBookmark bookmark 
)

§ DCT3_DialVoice()

GSM_Error DCT3_DialVoice ( GSM_StateMachine s,
char *  number,
GSM_CallShowNumber  ShowNumber 
)

§ DCT3_EnableSecurity()

GSM_Error DCT3_EnableSecurity ( GSM_StateMachine s,
unsigned char  status 
)

§ DCT3_GetAlarm()

GSM_Error DCT3_GetAlarm ( GSM_StateMachine s,
GSM_Alarm Alarm,
unsigned char  msgtype 
)

§ DCT3_GetDateTime()

GSM_Error DCT3_GetDateTime ( GSM_StateMachine s,
GSM_DateTime date_time,
unsigned char  msgtype 
)

§ DCT3_GetHardware()

GSM_Error DCT3_GetHardware ( GSM_StateMachine s,
char *  value 
)

§ DCT3_GetIMEI()

GSM_Error DCT3_GetIMEI ( GSM_StateMachine s)

§ DCT3_GetManufactureMonth()

GSM_Error DCT3_GetManufactureMonth ( GSM_StateMachine s,
char *  value 
)

§ DCT3_GetNetworkInfo()

GSM_Error DCT3_GetNetworkInfo ( GSM_StateMachine s,
GSM_NetworkInfo netinfo 
)

§ DCT3_GetOriginalIMEI()

GSM_Error DCT3_GetOriginalIMEI ( GSM_StateMachine s,
char *  value 
)

§ DCT3_GetPPM()

GSM_Error DCT3_GetPPM ( GSM_StateMachine s,
char *  value 
)

§ DCT3_GetProductCode()

GSM_Error DCT3_GetProductCode ( GSM_StateMachine s,
char *  value 
)

§ DCT3_GetSMSC()

GSM_Error DCT3_GetSMSC ( GSM_StateMachine s,
GSM_SMSC smsc 
)

§ DCT3_GetSMSStatus()

GSM_Error DCT3_GetSMSStatus ( GSM_StateMachine s,
GSM_SMSMemoryStatus status 
)

§ DCT3_GetWAPBookmark()

GSM_Error DCT3_GetWAPBookmark ( GSM_StateMachine s,
GSM_WAPBookmark bookmark 
)

§ DCT3_GetWAPSettings()

GSM_Error DCT3_GetWAPSettings ( GSM_StateMachine s,
GSM_MultiWAPSettings settings 
)

§ DCT3_Netmonitor()

GSM_Error DCT3_Netmonitor ( GSM_StateMachine s,
int  testnumber,
char *  value 
)

§ DCT3_PlayTone()

GSM_Error DCT3_PlayTone ( GSM_StateMachine s,
int  Herz,
unsigned char  Volume,
gboolean  start 
)

§ DCT3_PressKey()

GSM_Error DCT3_PressKey ( GSM_StateMachine s,
GSM_KeyCode  Key,
gboolean  Press 
)

§ DCT3_ReplyDeleteSMSMessage()

GSM_Error DCT3_ReplyDeleteSMSMessage ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplyDialCommand()

GSM_Error DCT3_ReplyDialCommand ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplyEnableSecurity()

GSM_Error DCT3_ReplyEnableSecurity ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplyGetAlarm()

GSM_Error DCT3_ReplyGetAlarm ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplyGetDateTime()

GSM_Error DCT3_ReplyGetDateTime ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplyGetIMEI()

GSM_Error DCT3_ReplyGetIMEI ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplyGetNetworkInfo()

GSM_Error DCT3_ReplyGetNetworkInfo ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplyGetSMSC()

GSM_Error DCT3_ReplyGetSMSC ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplyGetWAPBookmark()

GSM_Error DCT3_ReplyGetWAPBookmark ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplyGetWAPSettings()

GSM_Error DCT3_ReplyGetWAPSettings ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplyNetmonitor()

GSM_Error DCT3_ReplyNetmonitor ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplyPlayTone()

GSM_Error DCT3_ReplyPlayTone ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplyPressKey()

GSM_Error DCT3_ReplyPressKey ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplySendSMSMessage()

GSM_Error DCT3_ReplySendSMSMessage ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplySetAlarm()

GSM_Error DCT3_ReplySetAlarm ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplySetDateTime()

GSM_Error DCT3_ReplySetDateTime ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplySetSMSC()

GSM_Error DCT3_ReplySetSMSC ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplySetWAPSettings()

GSM_Error DCT3_ReplySetWAPSettings ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplySIMLogin()

GSM_Error DCT3_ReplySIMLogin ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplySIMLogout()

GSM_Error DCT3_ReplySIMLogout ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_ReplyWaitSMSC()

GSM_Error DCT3_ReplyWaitSMSC ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ DCT3_Reset()

GSM_Error DCT3_Reset ( GSM_StateMachine s,
gboolean  hard 
)

§ DCT3_SendSMSMessage()

GSM_Error DCT3_SendSMSMessage ( GSM_StateMachine s,
GSM_SMSMessage sms 
)

§ DCT3_SetAlarm()

GSM_Error DCT3_SetAlarm ( GSM_StateMachine s,
GSM_Alarm Alarm,
unsigned char  msgtype 
)

§ DCT3_SetDateTime()

GSM_Error DCT3_SetDateTime ( GSM_StateMachine s,
GSM_DateTime date_time,
unsigned char  msgtype 
)

§ DCT3_SetIncomingCB()

GSM_Error DCT3_SetIncomingCB ( GSM_StateMachine s,
gboolean  enable 
)

§ DCT3_SetSMSC()

GSM_Error DCT3_SetSMSC ( GSM_StateMachine s,
GSM_SMSC smsc 
)

§ DCT3_SetWAPBookmark()

GSM_Error DCT3_SetWAPBookmark ( GSM_StateMachine s,
GSM_WAPBookmark bookmark 
)

§ DCT3_SetWAPSettings()

GSM_Error DCT3_SetWAPSettings ( GSM_StateMachine s,
GSM_MultiWAPSettings settings 
)

§ N61_71_ReplyResetPhoneSettings()

GSM_Error N61_71_ReplyResetPhoneSettings ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N61_71_ResetPhoneSettings()

GSM_Error N61_71_ResetPhoneSettings ( GSM_StateMachine s,
GSM_ResetSettingsType  Type 
)

§ N61_91_ReplySetOpLogo()

GSM_Error N61_91_ReplySetOpLogo ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N71_92_GetBatteryCharge()

GSM_Error N71_92_GetBatteryCharge ( GSM_StateMachine s,
GSM_BatteryCharge bat 
)

§ N71_92_GetDateTime()

GSM_Error N71_92_GetDateTime ( GSM_StateMachine s,
GSM_DateTime date_time 
)

§ N71_92_GetPhoneSetting()

GSM_Error N71_92_GetPhoneSetting ( GSM_StateMachine s,
int  Request,
int  Setting 
)

§ N71_92_GetSignalQuality()

GSM_Error N71_92_GetSignalQuality ( GSM_StateMachine s,
GSM_SignalQuality sig 
)

§ N71_92_ReplyGetBatteryCharge()

GSM_Error N71_92_ReplyGetBatteryCharge ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N71_92_ReplyGetSignalQuality()

GSM_Error N71_92_ReplyGetSignalQuality ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N71_92_ReplyPhoneSetting()

GSM_Error N71_92_ReplyPhoneSetting ( GSM_Protocol_Message msg,
GSM_StateMachine s 
)

§ N71_92_SetDateTime()

GSM_Error N71_92_SetDateTime ( GSM_StateMachine s,
GSM_DateTime date_time 
)