Module sms

Module sms 

Expand description

See: <ql_mcm_sms.h>

Structs§

Format
ModeType
Sms
StorageType
Type
UserDataHead

Constants§

CB_MSG_HEAD_LENGTH_V01
SMS CB head length.
MAX_ADDR_LEN
Maximum string length.
MAX_MT_MSG_LEN
Maximum length of an SMS.
MAX_SCA_TYPE_LEN
Maximum string length.

Functions§

add_msg_async_cbNon-ag35
Add callback function for asynchronous SMS response.
add_rx_msg_handlerNon-ag35
Add callback function, if any new msg arrived, it will notify app.
client_deinitNon-ag35
DeInit SMS module and release resource, this should be called in the last one.
client_initNon-ag35
Init SMS module, this should be called before any other ones.
send_smsNon-ag35
Send sms, you just need to fill format/src_addr/sms_data_len/sms_data, if format is UCS2, the data should be Unicode-BE format.
send_sms_asyncNon-ag35
Send sms asynchronously, you just need to fill format/src_addr/sms_data_len/sms_data, if format is UCS2, the data should be Unicode-BE format.

Type Aliases§

Handle
MsgAsyncCallbackFn
RxMsgHandlerFn
Callback function registered to add_rx_msg_handler.