C# 클래스 Tao.Sdl.SdlNet.SDLNet_GenericSocket

A generic type for UDP and TCP sockets
This data type is able to be used for both UDPsocket and TCPsocket types. After calling SDLNet_CheckSockets, if this socket is in SDLNet_SocketSet used, the ready will be set according to activity on the socket. This is the only real use for this type, as it doesn't help you know what type of socket it is. typedef struct { int ready; } *SDLNet_GenericSocket;
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ready int

프로퍼티 상세

ready 공개적으로 프로퍼티

Non-zero when data is ready to be read, or a server socket has a connection attempt ready to be accepted.
public int ready
리턴 int