Gammu internals  1.38.0
gammu-types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FALSE   (0)
 
#define TRUE   (!FALSE)
 

Typedefs

typedef int gboolean
 

Detailed Description

Author
Michal Čihař

Various types definitions

Definition in file gammu-types.h.

Macro Definition Documentation

§ FALSE

#define FALSE   (0)

Definition at line 25 of file gammu-types.h.

Referenced by AddEMSText(), Binary2RTTL(), Bitmap2BMP(), BMP2Bitmap(), CheckReplyFunctions(), dbg_vprintf(), DecodeBASE64(), DecodeHexBin(), DecodeHexUnicode(), DUMMY_GetAlarm(), DUMMY_GetFolderListing(), DUMMY_GetNextFileFolder(), DUMMY_GetSMS(), DUMMY_GetSMSFolders(), DUMMY_Initialise(), DUMMY_PreAPICall(), EncodeDefault(), EncodeUnicodeSpecialNOKIAChars(), EncodeUTF8(), EncodeUTF8QuotedPrintable(), FindDefaultAlphabetLen(), GetOS(), GSM_AddPhoneFeature(), GSM_AllocStateMachine(), GSM_ClearMMSMultiPart(), GSM_ClearMultiPartSMSInfo(), GSM_DecodeEMSMultiPartSMS(), GSM_DecodeLinkedText(), GSM_DecodeMMSFileToMultiPart(), GSM_DecodeMMSIndication(), GSM_DecodeMultiPartSMS(), GSM_DecodeNokiaProfile(), GSM_DecodePDUFrame(), GSM_DecodeSiemensOTASMS(), GSM_DecodeSMSFrame(), GSM_DecodeUDHHeader(), GSM_DecodeVCAL_RRULE(), GSM_DecodeVCALENDAR_VTODO(), GSM_DecodeVNOTE(), GSM_DispatchMessage(), GSM_EncodeEMSMultiPartSMS(), GSM_EncodeEMSSound(), GSM_EncodeMultiPartSMS(), GSM_EncodeNokiaRTTLRingtone(), GSM_EncodeSMSFrame(), GSM_EncodeVCAL_RRULE(), GSM_EncodeVCARD(), GSM_EncodeVNTFile(), GSM_GetDI(), GSM_GetVCSLine(), GSM_InitConnection_Log(), GSM_IsCalendarNoteFromThePast(), GSM_IsNewerVersion(), GSM_IsPhoneFeatureAvailable(), GSM_IsPointBitmap(), GSM_JADFindLine(), GSM_LinkSMS(), GSM_MakeMultiPartSMS(), GSM_ReadBitmapFile(), GSM_ReadConfig(), GSM_ReadFile(), GSM_ReadRingtoneFile(), GSM_RegisterAllConnections(), GSM_SaveRingtoneMidi(), GSM_SaveRingtoneRttl(), GSM_SetDebugFile(), GSM_SetDebugLevel(), GSM_SetDefaultReceivedSMSData(), GSM_SetDefaultSMSData(), GSM_SMSCounter(), GSM_StringToBool(), GSM_TerminateConnection(), GSM_TryReadGammuRC(), GSM_WaitFor(), INI_GetBool(), INI_GetInt(), INI_ReadFile(), MyGetLine(), myiswspace(), mywstrncasecmp(), mywstrncmp(), N71_65_DecodePhonebook(), N71_65_EncodePhonebookFrame(), N71_65_PB_CopyString(), NOKIA_EncodeDateTime(), NOKIA_EncodeNetworkCode(), NOKIA_GetDefaultCallerGroupName(), PHONE_Beep(), PHONE_DecodeBitmap(), PHONE_GetSMSFolders(), PHONE_IsPointBitmap(), PHONE_RTTLPlayOneNote(), PHONE_Terminate(), ReadVCALDate(), ReadVCALDateTime(), ReadVCALInt(), ReadVCALText(), SplitLines(), StringToDouble(), and unlock_device().

§ TRUE

#define TRUE   (!FALSE)

Definition at line 28 of file gammu-types.h.

Referenced by AddEMSText(), Binary2RTTL(), Bitmap2BMP(), BMP2Bitmap(), CheckReplyFunctions(), dbg_vprintf(), DecodeHexBin(), DecodeHexUnicode(), DecodeUTF8QuotedPrintable(), DUMMY_GetAlarm(), DUMMY_GetFolderListing(), DUMMY_GetNextFileFolder(), DUMMY_GetSMS(), DUMMY_PreAPICall(), DUMMY_SendSMS(), EncodeDefault(), EncodeUnicodeSpecialNOKIAChars(), EncodeUTF8(), EncodeUTF8QuotedPrintable(), FindDefaultAlphabetLen(), GetOS(), GSM_AbortOperation(), GSM_AddPhoneFeature(), GSM_DecodeEMSMultiPartSMS(), GSM_DecodeLinkedText(), GSM_DecodeMMSFileToMultiPart(), GSM_DecodeMMSIndication(), GSM_DecodeMultiPartSMS(), GSM_DecodeNokiaProfile(), GSM_DecodePDUFrame(), GSM_DecodeSiemensOTASMS(), GSM_DecodeSMSDateTime(), GSM_DecodeSMSFrame(), GSM_DecodeSMSFrameText(), GSM_DecodeUDHHeader(), GSM_DecodeVCAL_RRULE(), GSM_DecodeVCALENDAR_VTODO(), GSM_DecodeVCARD(), GSM_DecodeVNOTE(), GSM_DispatchMessage(), GSM_EncodeAlcatelMultiPartSMS(), GSM_EncodeEMSMultiPartSMS(), GSM_EncodeEMSSound(), GSM_EncodeMultiPartSMS(), GSM_EncodeNokiaRTTLRingtone(), GSM_EncodeSMSFrame(), GSM_EncodeSMSFrameText(), GSM_EncodeUDHHeader(), GSM_EncodeVCAL_RRULE(), GSM_EncodeVCARD(), GSM_GetCalendarRecurranceRepeat(), GSM_GetVCSLine(), GSM_InitConnection_Log(), GSM_IsCalendarNoteFromThePast(), GSM_IsNewerVersion(), GSM_IsPhoneFeatureAvailable(), GSM_IsPointBitmap(), GSM_LinkSMS(), GSM_OpenConnection(), GSM_PackSemiOctetNumber(), GSM_ReadBitmapFile(), GSM_ReadConfig(), GSM_ReadFile(), GSM_RegisterAllConnections(), GSM_SaveRingtoneIMelody(), GSM_SaveRingtoneMidi(), GSM_SaveRingtoneRttl(), GSM_SetDebugCoding(), GSM_SetDebugFile(), GSM_SetDebugFileDescriptor(), GSM_SetDebugGlobal(), GSM_SetDebugLevel(), GSM_StringToBool(), GSM_WaitForOnce(), INI_ReadFile(), loadcommunicator(), MyGetLine(), myiswspace(), mywstrncasecmp(), mywstrncmp(), N71_65_DecodePhonebook(), N71_65_EncodePhonebookFrame(), N71_65_PB_CopyString(), NOKIA_EncodeDateTime(), NOKIA_GetDefaultCallerGroupName(), PHONE_Beep(), PHONE_GetSMSFolders(), PHONE_IsPointBitmap(), PHONE_Terminate(), ReadVCALDate(), ReadVCALDateTime(), ReadVCALInt(), ReadVCALText(), SplitLines(), StringToDouble(), and unlock_device().

Typedef Documentation

§ gboolean

typedef int gboolean

gboolean definition, compatible with glib.

Definition at line 23 of file gammu-types.h.