Mistake on this page?
Report an issue in GitHub or email us
nsapi.h
1 
2 /** \addtogroup netsocket */
3 /** @{*/
4 /* nsapi.h - The network socket API
5  * Copyright (c) 2015 ARM Limited
6  *
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  *
11  * http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  */
19 
20 #ifndef NSAPI_H
21 #define NSAPI_H
22 
23 
24 // entry point for nsapi types
25 #include "nsapi_types.h"
26 
27 #ifdef __cplusplus
28 
29 // entry point for C++ api
31 #include "netsocket/NetworkStack.h"
32 
34 #include "netsocket/EthInterface.h"
35 #include "netsocket/WiFiInterface.h"
36 #include "netsocket/CellularBase.h"
37 #include "netsocket/MeshInterface.h"
38 
39 #include "netsocket/Socket.h"
40 #include "netsocket/UDPSocket.h"
41 #include "netsocket/TCPSocket.h"
42 #include "netsocket/TCPServer.h"
45 #include "netsocket/TLSSocket.h"
46 #include "netsocket/DTLSSocket.h"
47 
48 #endif // __cplusplus
49 
50 
51 #endif
52 
53 /** @}*/
SocketAddress class.
Network Interface base class.
DTLSSocketWrapper.
Abstract Socket interface.
DTLSSocket.
TLSSocket.
NetworkStack class.
TLSSocketWrapper.
TCPSocket class.
Deprecated TCPServer class.
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.