Classes
| Class | Description |
|---|---|
| MicrocontrollerBase |
SummaryAbstract class representing an actual microcontroller |
| NetworkStreamCoupler |
SummaryAttaches two network streams together |
| Oopic |
SummaryClass that encapsulates the OOPic microcontroller |
| OopicObject |
SummaryClass that represents an OOPic object by memory address |
| RoombaMicrocontroller | |
| SerialData |
SummaryClass that represents serial data being transferred |
| Utils |
SummaryMisc utils used in Wimo |
| WimoCommand |
SummaryGeneric WimoCommand object that houses a command type and the arguements to that command. This is the general protocal for talking to WiMo from the desktop/ppc |
| WimoNet |
SummaryClass that handles sending and receiving WiMo data over a network. |
| WimoNetSerial |
SummaryWimoNet class that communicates using Serial data. |
| WimoNetTcp |
SummaryWimoNet class that uses TCP as its communication transport |
| WimoObjectDataReadEventArgs | |
| WimoObjectReceivedEventArgs |
Summaryevent args that are used for WimoObjects |
| WimoPing | |
| WimoSmsMessage |
SummarySmsMessage that contains a command |
Interfaces
| Interface | Description |
|---|---|
| IWimoNetworkObject |
Summaryinterface that any object being transmitted needs to implement. |
Delegates
| Delegate | Description |
|---|---|
| ValueFetchedHandler |
Summarydelegate used for when a value is fetched from the OOPic |
| WimoObjectDataReadHandler | |
| WimoObjectReceivedHandler |
Summarydelegate used when an event signalling that data has been received |
Enumerations
| Enumeration | Description |
|---|---|
| WimoCommandType |
SummaryType of command |
| WimoNetworkObjectType |
Summarytype of object that is being transmitted over the net. |
| WimoSmsCommands |
SummaryThe type of command being sent over SMS |