d63f7f2f5fd59598a8a5b530e39af0e57656f336
[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
5 #define wms_helptext \
6                 "  --list-messages:                  List SMS messages\n" \
7                 "  --get-message <id>:               Get SMS message at index <id>\n" \
8