C# Class Tao.Sdl.SdlNet.IPaddress

IP Address and Port number
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;

Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
host int
port short

Property Details

host public_oe property

The 32-bit IPv4 address of a host, encoded in Network Byte Order.
public int host
return int

port public_oe property

The 16-bit IPv4 port number of a socket, encoded in Network Byte Order.
public short port
return short