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