anjay
at_sms.h
Go to the documentation of this file.
1 /*
2  * Copyright 2017-2024 AVSystem <avsystem@avsystem.com>
3  * AVSystem Anjay LwM2M SDK
4  * All rights reserved.
5  *
6  * Licensed under the AVSystem-5-clause License.
7  * See the attached LICENSE file for details.
8  */
9 #ifndef ANJAY_INCLUDE_ANJAY_AT_SMS_H
10 #define ANJAY_INCLUDE_ANJAY_AT_SMS_H
11 
12 #include <anjay/sms.h>
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
39 anjay_smsdrv_t *anjay_at_sms_create(const char *device);
40 
41 #ifdef __cplusplus
42 }
43 #endif
44 
45 #endif /* ANJAY_INCLUDE_ANJAY_AT_SMS_H */
anjay_smsdrv_t * anjay_at_sms_create(const char *device)
Definition: sms.h:134