Typedefs¶
-
group
group_secure_sockets_typedefs
Typedefs
-
typedef void *
cy_socket_t
¶ Socket handle.
note
The socket handle is created and returned to the caller of the cy_socket_create function.
-
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 void *