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 #234 background imageLoading...
Page #234 background image
7 Teleservice Application Framework
User Manual 234/374
// characters, white spaces or new lines!
charn acn_myVersion[128]; // Additional value (for HELLO) signal (opt.)
charn acn_myStatus[128]; // Additional value (for HELLO) signal (opt.)
charn acn_myAddInfo[512]; // Additional value (for HELLO) signal (opt.)
sint32 s32_myTriginterval; // Time interval when the ysysd
// expects to be triggered
charn acn_myCMDOnWatchdog[2048]; // Bash cmd that must be executed
// by the ysysd in case no
// trigger signal occurred in time.
} T_DBUS_Util;
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_urgent (&mt_DBUS_Util, "017612341234", "Hello World");
if (s32_Retval == C_NO_ERR)
{
// Go on
}
7.3.8.4 ysmsd_request_sms_fetch_urgent
Function Description
sint32 ysmsd_request_sms_fetch_urgent (const T_DBUS_Util *const opt_DBusInstance)
The function triggers the request mode for text message immediately, i.e. it looks immediately if a text message
is received.
Information Flow
Input Information
Parameter
Range
Description
opt_DBusInstance
T_DBUS_Util
holds all D-Bus information

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