Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

DataTypes

Specific Enumeration-typedefs used for socket operations. More...

Data Structures

struct  in_addr
 IPv4 address representation. More...
struct  sockaddr
 Generic socket address structure. More...
struct  sockaddr_in
 Socket address structure for IPV4 addresses. Used to specify socket address information to which to connect to. Can be cast to sockaddr structure. More...

Modules

 Asynchronous Events
 

Specific Enumeration used for asynchronous operations.


Typedefs

typedef sint8 SOCKET
 Definition for socket handler data type. Socket ID,used with all socket operations to uniquely identify the socket handler. Such an ID is uniquely assigned at socket creation when calling socket operation.

Detailed Description

Specific Enumeration-typedefs used for socket operations.


Typedef Documentation

Definition for socket handler data type. Socket ID,used with all socket operations to uniquely identify the socket handler. Such an ID is uniquely assigned at socket creation when calling socket operation.

Definition at line 225 of file m2m_socket_host_if.h.