Property | Type | Description | |
---|---|---|---|
GESTE | string | ||
POSITION | string | ||
ZONE | string |
Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
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 | |
return | System |
public SendInfo ( string _id, string _info ) : void | ||
_id | string | |
_info | string | |
return | void |