|
RobotLib
1
A set of software wrappers for Rovio, Roomba and NXT robots written in C#.
|
Manage server settings. More...
Public Member Functions | |
| Server (Robot _robot) | |
| The constructor. | |
| void | SetHTTP (string value) |
| Set the parameters for HTTP server (Currently only TCP port). | |
| void | SetHTTP (string port0, string port1) |
| Set the parameters for HTTP server (Currently only TCP port). | |
| string | GetHTTP () |
| Get HTTP server's settings. | |
Public Member Functions inherited from Rovio.Component | |
| Component (Robot _robot) | |
| The constructor. | |
| virtual void | Update () |
| The Update function that manually refreshes the state of a given component (e.g. when AutoUpdate = false) | |
Additional Inherited Members | |
Public Attributes inherited from Rovio.Component | |
| bool | AutoUpdate = true |
| Automatic update option for methods requesting more than one piece of information. | |
Protected Attributes inherited from Rovio.Component | |
| Robot | robot |
| The robot class, accessible by all dervied classes. | |
Manage server settings.
| Rovio.API.Server.Server | ( | Robot | _robot | ) |
The constructor.
| string Rovio.API.Server.GetHTTP | ( | ) |
Get HTTP server's settings.
| void Rovio.API.Server.SetHTTP | ( | string | value | ) |
Set the parameters for HTTP server (Currently only TCP port).
Modyfing one port.
| void Rovio.API.Server.SetHTTP | ( | string | port0, |
| string | port1 | ||
| ) |
Set the parameters for HTTP server (Currently only TCP port).
Modyfing two ports.
1.8.2