Home
last modified time | relevance | path

Searched refs:ERR_GETTING_SMSC (Results 1 – 5 of 5) sorted by relevance

/dports/comms/gammu/gammu-1.42.0/include/
H A Dgammu-error.h311 ERR_GETTING_SMSC, enumerator
/dports/comms/gammu/gammu-1.42.0/libgammu/
H A Dgsmcomon.c152 {ERR_GETTING_SMSC, "GETTING_SMSC", N_("Failed to get SMSC number from phone.")},
/dports/comms/gammu/gammu-1.42.0/libgammu/phone/
H A Dpfunc.c66 return ERR_GETTING_SMSC; in PHONE_EncodeSMSFrame()
/dports/comms/gammu/gammu-1.42.0/docs/manual/python/
H A Dexceptions.rst172 .. exception:: gammu.ERR_GETTING_SMSC
174 Exception corresponding to gammu error ERR_GETTING_SMSC.
/dports/comms/gammu/gammu-1.42.0/helper/
H A Dmessage-cmdline.c1448 error = ERR_GETTING_SMSC; in CreateMessage()