7 Teleservice Application Framework
User Manual 233/374
Output Information
Function executed without error
NULL pointer or memory error
D-Bus communication error
Invalid SMS or phone number length
Example
sint32 s32_Retval = C_NO_ERR;
T_DBUS_Util mt_DBUS_Util;
s32_Retval = ysmsd_send_sms (&mt_DBUS_Util, "017612341234", "Hello World");
if (s32_Retval == C_NO_ERR)
{
// Go on
}
7.3.8.3 ysmsd_send_sms_urgent
Function Description
sint32 ysmsd_send_sms_urgent (const T_DBUS_Util *const opt_DBusInstance, const charn * const
opcn_PhoneNumber , const charn *const opcn_Message)
The function sends an urgent SMS to the given phone number opcn_PhoneNumber. The standard time interval
for sending/receiving SMS, which is set in configuration file, is ignored and the SMS will be sent immediately.
Information Flow
Input Information
holds all D-Bus information
maximal
MAX_SMS_NUMBER_LENGTH
pointer to the phone number buffer
Structure T_DBUS_Util
typedef struct
{
DBusConnection* pt_dbus_conn; // D-BUS connection instance
charn acn_myNameString[128]; // Name of the application, Don't use any
special