11/*
2- This file is part of ArduinoIoTCloud .
2+ This file is part of the Arduino_ConnectionHandler library .
33
4- Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
4+ Copyright (c) 2023 Arduino SA
55
6- This software is released under the GNU General Public License version 3,
7- which covers the main part of arduino-cli.
8- The terms of this license can be found at:
9- https://www.gnu.org/licenses/gpl-3.0.en.html
10-
11- You can be released from the requirements of the above licenses by purchasing
12- a commercial license. Buying such a license is mandatory if you want to modify or
13- otherwise use the software for commercial activities involving the Arduino
14- software without disclosing the source code of your own applications. To purchase
15- a commercial license, send an email to license@arduino.cc.
6+ This Source Code Form is subject to the terms of the Mozilla Public
7+ License, v. 2.0. If a copy of the MPL was not distributed with this
8+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
169*/
1710
1811/* *****************************************************************************
19- INCLUDE
12+ INCLUDE
2013 ******************************************************************************/
2114
2215#include " ConnectionHandlerDefinitions.h"
2518#include " CatM1ConnectionHandler.h"
2619
2720/* *****************************************************************************
28- CTOR/DTOR
21+ CTOR/DTOR
2922 ******************************************************************************/
3023
3124CatM1ConnectionHandler::CatM1ConnectionHandler ()
@@ -49,7 +42,7 @@ CatM1ConnectionHandler::CatM1ConnectionHandler(
4942}
5043
5144/* *****************************************************************************
52- PUBLIC MEMBER FUNCTIONS
45+ PUBLIC MEMBER FUNCTIONS
5346 ******************************************************************************/
5447
5548unsigned long CatM1ConnectionHandler::getTime ()
@@ -61,7 +54,7 @@ unsigned long CatM1ConnectionHandler::getTime()
6154}
6255
6356/* *****************************************************************************
64- PROTECTED MEMBER FUNCTIONS
57+ PROTECTED MEMBER FUNCTIONS
6558 ******************************************************************************/
6659
6760NetworkConnectionState CatM1ConnectionHandler::update_handleInit ()
0 commit comments