From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/Driver/html/group__wifi__protocol.html | 177 ++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 docs/Driver/html/group__wifi__protocol.html (limited to 'docs/Driver/html/group__wifi__protocol.html') diff --git a/docs/Driver/html/group__wifi__protocol.html b/docs/Driver/html/group__wifi__protocol.html new file mode 100644 index 0000000..f79cf28 --- /dev/null +++ b/docs/Driver/html/group__wifi__protocol.html @@ -0,0 +1,177 @@ + + + + + +WiFi Socket Protocol definitions +CMSIS-Driver: WiFi Socket Protocol definitions + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Driver +  Version 2.7.1 +
+
Peripheral Interface for Middleware and Application Code
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
WiFi Socket Protocol definitions
+
+
+ +

WiFi Socket Protocol definitions. +More...

+ + + + + + + + +

+Macros

#define ARM_SOCKET_IPPROTO_TCP   1
 TCP. More...
 
#define ARM_SOCKET_IPPROTO_UDP   2
 UDP. More...
 
+

Description

+

WiFi Socket Protocol definitions.

+

The WiFi Socket Protocol specifies the Internet Protocol Type that the socket is using.

+

Macro Definition Documentation

+ +
+
+ + + + +
#define ARM_SOCKET_IPPROTO_TCP   1
+
+ +

TCP.

+

Transmission Control Protocol.

+ +
+
+ +
+
+ + + + +
#define ARM_SOCKET_IPPROTO_UDP   2
+
+ +

UDP.

+

User Datagram Protocol.

+ +
+
+
+
+ + + + -- cgit