EasyManuals Logo

STW TC1 User Manual

STW TC1
374 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #233 background imageLoading...
Page #233 background image
7 Teleservice Application Framework
User Manual 233/374
Output Information
Return Value
Description
C_NO_ERR
Function executed without error
C_UNKNOWN_ERR
NULL pointer or memory error
C_COM
D-Bus communication error
C_RANGE
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
Parameter
Range
Description
opt_DBusInstance
T_DBUS_Util
holds all D-Bus information
opcn_PhoneNumber
maximal
MAX_SMS_NUMBER_LENGTH
pointer to the phone number buffer
opcn_Message
0 ..MAX_SMS_LENGTH
includes the message
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

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the STW TC1 and is the answer not in the manual?

STW TC1 Specifications

General IconGeneral
BrandSTW
ModelTC1
CategoryController
LanguageEnglish