C# 클래스 LocalListener, Team-7

상속: MonoBehaviour
파일 보기 프로젝트 열기: RUGSoftEng/Team-7 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
listen bool
port int

공개 메소드들

메소드 설명
IsListening ( ) : bool
StartListening ( ) : void
StopListening ( ) : void

비공개 메소드들

메소드 설명
GetMyIP ( ) : string
Listen ( ) : void
PacketHandler ( IAsyncResult ar ) : void

메소드 상세

IsListening() 공개 메소드

public IsListening ( ) : bool
리턴 bool

StartListening() 공개 메소드

public StartListening ( ) : void
리턴 void

StopListening() 공개 메소드

public StopListening ( ) : void
리턴 void

프로퍼티 상세

listen 공개적으로 프로퍼티

public bool listen
리턴 bool

port 공개적으로 프로퍼티

public int port
리턴 int