nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
sms_deliver.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _SMS_DELIVER_INCLUDE_H_
8#define _SMS_DELIVER_INCLUDE_H_
9
10/* Forward declaration */
11struct sms_data;
12
24int sms_deliver_pdu_parse(const char *pdu, struct sms_data *out);
25
26#endif
int sms_deliver_pdu_parse(const char *pdu, struct sms_data *out)
Decode received SMS message, i.e., SMS-DELIVER message as specified in 3GPP TS 23....
SMS PDU data.
Definition: sms.h:144