C# 클래스 FlockOfBirds.UDP

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

공개 메소드들

메소드 설명
UDP ( ) : System
UDP ( string IP, int Port ) : System
rebind ( string IP, int Port ) : void

* Rebind to a different IP address and UPD port. *

sendPose ( IVector pos, IMatrix rot ) : void

비공개 메소드들

메소드 설명
calcChecksum ( byte s ) : byte

* Let n be the sum of the bytes in s. Then n%256 + calcChecksum(s) == 0. *

메소드 상세

UDP() 공개 메소드

public UDP ( ) : System
리턴 System

UDP() 공개 메소드

public UDP ( string IP, int Port ) : System
IP string
Port int
리턴 System

rebind() 공개 메소드

* Rebind to a different IP address and UPD port. *
public rebind ( string IP, int Port ) : void
IP string
Port int
리턴 void

sendPose() 공개 메소드

public sendPose ( IVector pos, IMatrix rot ) : void
pos IVector
rot IMatrix
리턴 void