SDL_Struct
Name
UDPsocket -- This is a pointer to an opaque data type used for UDP sockets.
Structure Definition
typedef struct _UDPsocket *UDPsocket;
Structure Data
No structure data available |
Description
This is an opaque data type used for UDP sockets. This is a pointer, and so it could be NULL at times. NULL would indicate no socket has been established.
