Secure Sockets

General Description

Typedefs

typedef void * cy_socket_t
 Socket handle. More...
 
typedef cy_rslt_t(* cy_socket_callback_t) (cy_socket_t socket_handle, void *arg)
 Socket callback functions type used to set connect, receive, and disconnect callbacks using the cy_socket_setsockopt function.
 

Typedef Documentation

◆ cy_socket_t

typedef void* cy_socket_t

Socket handle.

Note
The socket handle is created and returned to the caller of the cy_socket_create function.