Tao.Sdl SDK Documentation

SdlNet.TCPsocket Structure

TCP socket type (opaque)

For a list of all members of this type, see SdlNet.TCPsocket Members.

System.Object
   System.ValueType
      Tao.Sdl.SdlNet.TCPsocket

[Visual Basic]
Public Structure SdlNet.TCPsocket
[C#]
public struct SdlNet.TCPsocket

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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.

            typedef struct _TCPsocket *TCPsocket
            

Requirements

Namespace: Tao.Sdl

Assembly: Tao.Sdl (in Tao.Sdl.dll)

See Also

SdlNet.TCPsocket Members | Tao.Sdl Namespace | SdlNet.UDPsocket | SdlNet.SDLNet_GenericSocket