C# 클래스 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;

파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
host int
port short

프로퍼티 상세

host 공개적으로 프로퍼티

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

port 공개적으로 프로퍼티

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