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 | Public Attributes | List of all members
NXT.API.API Class Reference

All commands as specified by the API document. More...

Inheritance diagram for NXT.API.API:
NXT.Component

Public Member Functions

 API (Robot _robot)
 The constructor.
 
- Public Member Functions inherited from NXT.Component
 Component (Robot _robot)
 The constructor.
 

Public Attributes

DirectCommand DirectCommand
 Direct commands.
 
SystemCommand SystemCommand
 System Commands
 
- Public Attributes inherited from NXT.Component
bool AutoUpdate = true
 Automatic update option for methods requesting more than one piece of information.
 

Additional Inherited Members

- Protected Attributes inherited from NXT.Component
Robot robot
 The robot class, accessible by all dervied classes.
 

Detailed Description

All commands as specified by the API document.

Constructor & Destructor Documentation

NXT.API.API.API ( Robot  _robot)

The constructor.

Member Data Documentation

DirectCommand NXT.API.API.DirectCommand

Direct commands.

SystemCommand NXT.API.API.SystemCommand

System Commands


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