Program Listing for File at_sms.h
↰ Return to documentation for file (include_public/anjay/at_sms.h)
/*
* Copyright 2017-2026 AVSystem <avsystem@avsystem.com>
* AVSystem Anjay LwM2M SDK
* All rights reserved.
*
* Licensed under AVSystem Anjay LwM2M Client SDK - Non-Commercial License.
* See the attached LICENSE file for details.
*/
#ifndef ANJAY_INCLUDE_ANJAY_AT_SMS_H
#define ANJAY_INCLUDE_ANJAY_AT_SMS_H
#include <anjay/sms.h>
#ifdef __cplusplus
extern "C" {
#endif
anjay_smsdrv_t *anjay_at_sms_create(const char *device);
#ifdef __cplusplus
}
#endif
#endif /* ANJAY_INCLUDE_ANJAY_AT_SMS_H */