aboutsummaryrefslogtreecommitdiffstats
path: root/vapi
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-10-19 18:50:30 +0200
committerSimon Busch <morphis@gravedo.de>2011-10-19 20:58:59 +0200
commit80080d0b0c13bf24368b84a7636ffd1557654216 (patch)
treec587ca2b6e83d7907a8de6ae22aa0ac913e52dff /vapi
parent8dfd9cb56fba614294562bafcbab17eb2adb57e9 (diff)
downloadexternal_libsamsung-ipc-80080d0b0c13bf24368b84a7636ffd1557654216.zip
external_libsamsung-ipc-80080d0b0c13bf24368b84a7636ffd1557654216.tar.gz
external_libsamsung-ipc-80080d0b0c13bf24368b84a7636ffd1557654216.tar.bz2
Add sms message types to vala API description
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'vapi')
-rw-r--r--vapi/samsung-ipc-1.0.vapi68
1 files changed, 68 insertions, 0 deletions
diff --git a/vapi/samsung-ipc-1.0.vapi b/vapi/samsung-ipc-1.0.vapi
index e72d5fc..70a4bd3 100644
--- a/vapi/samsung-ipc-1.0.vapi
+++ b/vapi/samsung-ipc-1.0.vapi
@@ -290,6 +290,23 @@ namespace SamsungIpc
MISC_ME_IMSI,
MISC_ME_SN,
MISC_TIME_INFO,
+ SMS_SEND_MSG,
+ SMS_INCOMING_MSG,
+ SMS_READ_MSG,
+ SMS_SAVE_MSG,
+ SMS_DEL_MSG,
+ SMS_DELIVER_REPORT,
+ SMS_DEVICE_READY,
+ SMS_SEL_MEM,
+ SMS_STORED_MSG_COUNT,
+ SMS_SVC_CENTER_ADDR,
+ SMS_SVC_OPTION,
+ SMS_MEM_STATUS,
+ SMS_CBS_MSG,
+ SMS_CBS_CONFIG,
+ SMS_STORED_MSG_STATUS,
+ SMS_PARAM_COUNT,
+ SMS_PARAM,
}
public string message_type_to_string( MessageType type )
@@ -568,6 +585,57 @@ namespace SamsungIpc
case MessageType.MISC_TIME_INFO:
result = "MISC_TIME_INFO";
break;
+ case MessageType.SMS_SEND_MSG:
+ result = "SMS_SEND_MSG";
+ break;
+ case MessageType.SMS_INCOMING_MSG:
+ result = "SMS_INCOMING_MSG";
+ break;
+ case MessageType.SMS_READ_MSG:
+ result = "SMS_READ_MSG";
+ break;
+ case MessageType.SMS_SAVE_MSG:
+ result = "SMS_SAVE_MSG";
+ break;
+ case MessageType.SMS_DEL_MSG:
+ result = "SMS_DEL_MSG";
+ break;
+ case MessageType.SMS_DELIVER_REPORT:
+ result = "SMS_DELIVER_REPORT";
+ break;
+ case MessageType.SMS_DEVICE_READY:
+ result = "SMS_DEVICE_READY";
+ break;
+ case MessageType.SMS_SEL_MEM:
+ result = "SMS_SEL_MEM";
+ break;
+ case MessageType.SMS_STORED_MSG_COUNT:
+ result = "SMS_STORED_MSG_COUNT";
+ break;
+ case MessageType.SMS_SVC_CENTER_ADDR:
+ result = "SMS_SVC_CENTER_ADDR";
+ break;
+ case MessageType.SMS_SVC_OPTION:
+ result = "SMS_SVC_OPTION";
+ break;
+ case MessageType.SMS_MEM_STATUS:
+ result = "SMS_MEM_STATUS";
+ break;
+ case MessageType.SMS_CBS_MSG:
+ result = "SMS_CBS_MSG";
+ break;
+ case MessageType.SMS_CBS_CONFIG:
+ result = "SMS_CBS_CONFIG";
+ break;
+ case MessageType.SMS_STORED_MSG_STATUS:
+ result = "SMS_STORED_MSG_STATUS";
+ break;
+ case MessageType.SMS_PARAM_COUNT:
+ result = "SMS_PARAM_COUNT";
+ break;
+ case MessageType.SMS_PARAM:
+ result = "SMS_PARAM";
+ break;
}
return result;