RobotLib  1
A set of software wrappers for Rovio, Roomba and NXT robots written in C#.
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
Rovio.API.Server Class Reference

Manage server settings. More...

Inheritance diagram for Rovio.API.Server:
Rovio.Component

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.
 

Detailed Description

Manage server settings.

Constructor & Destructor Documentation

Rovio.API.Server.Server ( Robot  _robot)

The constructor.

Member Function Documentation

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.


The documentation for this class was generated from the following file: