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
Summary of Contents for TC1
Page 1: ...TC1 User Manual Version of this document V1 00r0 ...
Page 25: ...5 Hardware User Manual 25 374 5 2 2 Block Diagram Variant TC1 WIFI ...
Page 34: ...5 Hardware User Manual 34 374 5 6 Housing Connector Top view and side view Bottom View ...
Page 125: ...7 Teleservice Application Framework User Manual 125 374 TAF overview ...
Page 190: ...7 Teleservice Application Framework User Manual 190 374 How the logger mechanism works ...