프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GESTE | string | ||
POSITION | string | ||
ZONE | string |
메소드 | 설명 | |
---|---|---|
Publisher ( string _ip = "*", int _port = 5555 ) : System |
Creation d'un Publisher Les valeurs par defaut sont _ip = "*", _port = 5555
|
|
SendInfo ( string _id, string _info ) : void |
Construit l'information avec un ID et une information
|
|
TestPublisher ( ) : void |
Test le publisher
|
메소드 | 설명 | |
---|---|---|
BindSocket ( string _ip, int _port ) : void |
Bind the socket to a specific IP and port IP can be "*" (= all interfaces)
|
public Publisher ( string _ip = "*", int _port = 5555 ) : System | ||
_ip | string | |
_port | int | |
리턴 | System |
public SendInfo ( string _id, string _info ) : void | ||
_id | string | |
_info | string | |
리턴 | void |