SMSD¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “SMSD_InjectSMS” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error SMSD_InjectSMS(GSM_SMSDConfig *, GSM_MultiSMSMessage *, char *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “SMSD_GetStatus” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error SMSD_GetStatus(GSM_SMSDConfig *, GSM_SMSDStatus *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “SMSD_Shutdown” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error SMSD_Shutdown(GSM_SMSDConfig *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “SMSD_ReadConfig” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error SMSD_ReadConfig(const char *, GSM_SMSDConfig *, gboolean)
Warning
doxygenfunction: Unable to resolve multiple matches for function “SMSD_MainLoop” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error SMSD_MainLoop(GSM_SMSDConfig *, gboolean, int)
Warning
doxygenfunction: Unable to resolve multiple matches for function “SMSD_NewConfig” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_SMSDConfig * SMSD_NewConfig(const char *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “SMSD_FreeConfig” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void SMSD_FreeConfig(GSM_SMSDConfig *)
-
struct
GSM_SMSDStatus Status structure, which can be found in shared memory (if supported on platform).
Public Members
-
int
Version Version of this structure (1 for now).
-
char
PhoneID[SMSD_TEXT_LENGTH+1] PhoneID from configuration.
-
char
Client[SMSD_TEXT_LENGTH+1] Client software name.
-
GSM_BatteryCharge
Charge Current phone battery state.
-
GSM_SignalQuality
Network Current network state.
-
int
Received Number of received messages.
-
int
Sent Number of sent messages.
-
int
Failed Number of messages which failed to be send.
-
char
IMEI[GSM_MAX_IMEI_LENGTH+1] Phone IMEI.
-
int
-
typedef struct _GSM_SMSDConfig
GSM_SMSDConfig SMSD configuration data, these are not expected to be manipulated directly by application.