Using Object Oriented Methods to Maintain Corporate IT ...

For example, on the Java NXT channel message type 2 means “spin” but on the Java Python channel message type 2 means “start frames”. All message types can be found in melmac.core.comms.MessageType which is a pseudo-enum. A real enum could not be used because the RCX does not support them. ................
................