add a command for showing raw sms data
[project/uqmi.git] / commands-wms.h
1 #define __uqmi_wms_commands \
2 __uqmi_command(wms_list_messages, list-messages, no, QMI_SERVICE_WMS), \
3 __uqmi_command(wms_get_message, get-message, required, QMI_SERVICE_WMS), \
4 __uqmi_command(wms_get_raw_message, get-raw-message, required, QMI_SERVICE_WMS) \
5
6 #define wms_helptext \
7 " --list-messages: List SMS messages\n" \
8 " --get-message <id>: Get SMS message at index <id>\n" \
9 " --get-raw-message <id>: Get SMS raw message contents at index <id>\n" \
10