Mistake on this page?
Report an issue in GitHub or email us
CellularBase.h
1 /* Copyright (c) 2017 ARM Limited
2  *
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  * http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 
16 /* @file CellularBase.h CellularBase */
17 
18 /** @addtogroup netinterface
19  * @{
20  */
21 
22 #ifndef CELLULAR_BASE_H
23 #define CELLULAR_BASE_H
24 
25 #include "CellularInterface.h"
26 
27 /**
28  * This class is deprecated and will be removed altogether after expiration of
29  * deprecation notice.
30  * @deprecated Migrated to CellularInterface
31  */
32 MBED_DEPRECATED_SINCE("mbed-os-5.12", "Migrated to CellularInterface")
34 
35 #endif //CELLULAR_BASE_H
36 
37 /** @}*/
Common interface that is shared between cellular interfaces.
#define MBED_DEPRECATED_SINCE(D, M)
MBED_DEPRECATED("message string") Mark a function declaration as deprecated, if it used then a warnin...
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.