Tao.Sdl SDK Documentation

SdlNet.IPaddress Structure

IP Address and Port number

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

System.Object
   System.ValueType
      Tao.Sdl.SdlNet.IPaddress

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

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 type contains the information used to form network connections and sockets.

Binds to C-function call in SDL_net.h:

            typedef struct {
                    Uint32 host;
                    Uint16 port;
            } IPaddress;
            

Requirements

Namespace: Tao.Sdl

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

See Also

SdlNet.IPaddress Members | Tao.Sdl Namespace | SdlNet.UDPpacket | SDLNet_TCP_Open | SDLNet_ResolveHost | SDLNet_ResolveIP