Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
calcChecksum ( byte s ) : byte |
* Let n be the sum of the bytes in s. Then n%256 + calcChecksum(s) == 0. *
|
public UDP ( string IP, int Port ) : System | ||
IP | string | |
Port | int | |
Результат | System |
public rebind ( string IP, int Port ) : void | ||
IP | string | |
Port | int | |
Результат | void |
public sendPose ( IVector |
||
pos | IVector |
|
rot | IMatrix |
|
Результат | void |