Developer World
Spresense Arduino Library v3.2.0-77d75a4
LTE.h
Go to the documentation of this file.
1/*
2 * LTE.h - LTE include file for Spresense Arduino
3 * Copyright 2019 Sony Semiconductor Solutions Corporation
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18 */
19
34#ifndef __SPRESENSE_LTE_H__
35#define __SPRESENSE_LTE_H__
36
37#ifdef SUBCORE
38#error "LTE library is NOT supported by SubCore."
39#endif
40
48/****************************************************************************
49 * Included Files
50 ****************************************************************************/
51
52#include "LTEAccessProvider.h"
54#include "LTEScanNetworks.h"
55#include "LTEClient.h"
56#include "LTETLSClient.h"
57#include "LTEUDP.h"
58
59/****************************************************************************
60 * Pre-processor Definitions
61 ****************************************************************************/
62
69#define LTE LTEAccessProvider
70#define LTEModem LTEModemVerification
71#define LTEScanner LTEScanNetworks
72
77#endif // __SPRESENSE_LTE_H__
LTE connection control class for Spresense Arduino.
LTE Client Library for Spresense Arduino.
Modem information management class for Spresense Arduino.
Network information management class for Spresense Arduino.
LTE Secure Client Library for Spresense Arduino.
LTE UDP Library for Spresense Arduino.